I noticed 2 points that will change your life… Humm, only if you’re familiar with Ruby On Rails 🙂
- A very promising ruby on rails online documentation : http://rails-doc.org . Well documented, ajaxified, many examples and user comments !
- Named scopes in Rails 2.1 : imagine you can get all your recent active users by user.recent.active ? Take a look to this awesome feature.