browse by tag: activerecord in language
sort by
Ruby on Rails 2 - from zero to a small application
in Ruby added by prodevtips, on 1/11/2009 activerecord ajax beginner tutorials form helpers framework oo programming ruby on rails
Describing the process of setting up RoR2 and developing a small application. The tutorial touches most aspects of RoR development, form helpers, activerecord and Ajax to name a few.
comment save reportObject-relation mapping put on rails
in Ruby added by admin, on 25/10/2007 active record beginner tutorials database reference ruby on rails
Active Record connects business objects and database tables to create a persistable domain model where logic and data are presented in one wrapping. It's an implementation of the object-relational mapping (ORM) pattern by the same name as described by Martin Fowler
comment save report