Latest Screencasts
RailsCasts #115 Caching in Rails 2.1
Railscasts - 2008-06-23 - free
Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode.
Watch this screencastRailsCasts #112 Anonymous Scopes
Railscasts - 2008-06-02 - free
The scoped method allows you to generate named scopes on the fly. In this episode I show how to use anonymous scopes to improve the conditional logic which was used in the previous episode on advanced search form.
Watch this screencastRailsCasts #110 Gem Dependencies
Railscasts - 2008-05-23 - free
In Rails 2.1 we now have the ability to set gem dependencies. Now it's easier than ever to specify which ruby gems our rails app relies on.
Watch this screencastRailsCasts #109 Tracking Attribute Changes
Railscasts - 2008-05-21 - freeRails 2.1 keeps track of the changes you make to a model's attributes. It also allows you to see what the previous value was. But watch out for the gotcha! See this episode for details.
Watch this screencastRailsCasts #108 named_scope
Railscasts - 2008-05-19 - free
The named_scope method in Rails 2.1 makes performing finds on models very elegant and convenient. See how in this episode.
Watch this screencastRailsCasts #107 Migrations in Rails 2.1
Railscasts - 2008-05-16 - free
Migrations now have a timestamp as their version number in Rails 2.1. In this episode I will explain this change as well as show you some other cool additions.
Watch this screencastRailsCasts #106 Time Zones in Rails 2.1
Railscasts - 2008-05-14 - free
In the past, time zones have been very difficult to work with, but no longer! Rails 2.1 brings with it great time zone support as you can see in this episode.
Watch this screencastRailsCasts #105 Gitting Rails 2.1 RC1
Railscasts - 2008-05-12 - free
Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.
Watch this screencast