Rails 3: New features & Changes
In this post I’ll show you some basic examples about the new features and changes of the web framework Rails 3, for this I’ll use two models: User and Task, having a relationship between them where a User has_many :tasks. ActiveRecord finder methods Let’s start by finding the five most recently created users: Rails 2 [...]


