Latest Screencasts (page 3)
RailsCasts #177 Model Versioning
Railscasts - 2009-08-31 - free
If you need to keep track of a model's history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode.
Watch this screencastRailsCasts #176 Searchlogic
Railscasts - 2009-08-24 - free
Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches.
Watch this screencastRailsCasts #168 Feed Parsing
Railscasts - 2009-06-29 - free
Learn two different techniques for parsing an RSS feed using Feedzirra in this episode!
Watch this screencastRailsCasts #163 Self-Referential Association
Railscasts - 2009-05-25 - free
Creating a social networking site often requires a self-referential association on the User model to define friends/followers. In this episode I show how to do exactly that.
Watch this screencastRailsCasts #162 Tree Based Navigation
Railscasts - 2009-05-18 - free
The acts_as_tree plugin provides many methods for handling a tree based association. In this episode I show how to build a navigation system with tabs, subpages, and breadcrumbs.
Watch this screencastRailsCasts #154 Polymorphic Association
Railscasts - 2009-03-23 - free
Polymorphic associations can be perplexing. In this episode I show you how to set it up in Active Record and then move to the controller and view layer.
Watch this screencastRailsCasts #152 Rails 2.3 Extras
Railscasts - 2009-03-09 - free
This episode finishes up this series on Rails 2.3. Here you will learn about several smaller additions in 2.3.
Watch this screencastRailsCasts #147 Sortable Lists
Railscasts - 2009-02-02 - free
Creating drag & drop sortable lists is fairly easy using Prototype and the built in helper methods. See how in this episode.
Watch this screencastRailsCasts #145 Integrating Active Merchant
Railscasts - 2009-01-19 - free
In this episode I show how to add Active Merchant's functionality to a Rails application to make a fully-functional checkout process.
Watch this screencastRailsCasts #140 Rails 2.2 Extras
Railscasts - 2008-12-15 - free
This episode finishes up the Rails 2.2 series by showing a few miscellaneous additions that I find useful.
Watch this screencast