Showing 11 slides

Rails’ ORM layer, ActiveRecord, is an elegant solution for keeping model code simple and modular (aka DRY). Demystifying the way Ruby-on-Rails uses runtime method generation opens a doorway for understanding and provides a foundation for the other ways Rails uses simple conventions to allow sophisticated, concise functionality in a declarative style. Here is big mystery that you’ll be equipped to understand better after playing with the slides -> If honeys is an array - and honeys has a method create! - then why does an array object [] not have create! Hive.first.honeys.class => Array [].create! => NoMethodError Hive.first.honeys.create!

ruby ruby on rails activerecord orm blazingcloud

Extending rails

November 14, 2011 01:56
An overview on

rails gems

Form helpers

April 04, 2011 04:34
Overview of Form Helpers (Rails 3)

rails forms

Intro to Ruby (and RSpec)

April 04, 2011 04:09
An introduction to the Ruby language and RSpec

ruby rspec

Introduction to Rails

April 04, 2011 03:27
Introduction to Rails, MVC, views (Rails 3)

rails mvc

ActiveRecord

April 04, 2011 03:19
An overview of ActiveRecord (Rails 3)

rails activerecord

Ruby on Rails Class intro

April 04, 2011 02:12
Introduction to Ruby on Rails Class

rails introduction class

Ruby on rails toolbox

April 04, 2011 01:58
What we need to build Rails apps, dependencies

rails

Ch2 conditionalskeynote

February 02, 2011 18:33
Ch 2 Conditionals

ruby

Ch1 introtorubykeynote

February 02, 2011 18:20
Chapter 1 Intro to Ruby

ruby