Latest Screencasts
RailsCasts #219 Active Model
Railscasts - 2010-06-21 - free
In Rails 3 the non-database functionality of Active Record is extracted out into Active Model. This allows you to cleanly add validations and other features to tableless models.
Watch this screencastRailsCasts #215 Advanced Queries in Rails 3
Railscasts - 2010-05-24 - free
Learn some advanced techniques regarding named scopes and get an introduction to Arel in this episode.
Watch this screencastRailsCasts #179 Seed Data
Railscasts - 2009-09-14 - free
Rails 2.3.4 includes a conventional way to add seed data to your application - no more including it in the migration files.
Watch this screencastRailsCasts #126 Populating a Database
Railscasts - 2008-09-08 - free
Have you ever wanted to fill up a database with a lot of test data? See how to do that in this episode using the populator and faker gems.
Watch this screencastRailsCasts #83 Migrations in Rails 2.0
Railscasts - 2007-12-09 - free
Migrations are now sexy in Rails 2.0! In this episode we will take a look at these improvements and the related rake tasks.
Watch this screencastRailsCasts #59 Optimistic Locking
Railscasts - 2007-07-18 - free
When two people attempt to update the same record near the same time, one of the updates will likely be overwritten. You can solve this problem with optimistic locking.
Watch this screencast