Activerecord Tricks 
railscasts.com —
This episode of Railscasts will show you how to make a model which isn't based on Active Record. You may want to do this if a resource isn't backed by the database.
Posted by
aroedl 3 months ago
aroedl 3 months ago
railscasts.com —
If you have a lot of logic associated with the data inside a session, you'll need some central location to put this logic. See how to create a session based model in this episode of Railscasts.
Posted by
aroedl 3 months ago
aroedl 3 months ago
github.com —
Temporarily delete records from AR models: This plugin provides the ability to soft delete ActiveRecord models. When models are destroyed, they will be archived into a special deleted table. They can later be restored easily.
Posted by
flood 6 months ago
extjswithrails.com —
This Ruby on Rails plugin from Steffen Hiller provides an easy way to order ActiveRecord attributes for using them for csv exports or automated table generation.
Posted by
aroedl 6 months ago
aroedl 6 months ago 









