Latest Free Screencasts
RailsCasts #232 Routing Walkthrough Part 2
Railscasts - 2010-09-19 - free
In this episode we continue our look into the Rails 3 router by exploring the Mapper class.
Watch this screencastRailsCasts #231 Routing Walkthrough Part 1
Railscasts - 2010-09-13 - free
How does routing work internally in Rails 3? In this episode I'll walk you through the Rails code that makes routing possible.
Watch this screencastRailsCasts #222 Rack in Rails 3
Railscasts - 2010-07-12 - free
The router in Rails 3 is fully compatible with Rack. Learn how to embed Sinatra into an app, handle redirects, and improve on Rails Metal.
Watch this screencastRailsCasts #221 Subdomains in Rails 3
Railscasts - 2010-07-05 - free
It is now possible to add subdomains to Rails 3 without the use of additional plugins. Learn how in this episode.
Watch this screencastRailsCasts #203 Routing in Rails 3
Railscasts - 2010-03-01 - free
Rails 3 sports a new routing interface. In this episode I show how to translate the old interface into the new one and show off a few new features.
Watch this screencastRailsCasts #165 Edit Multiple
Railscasts - 2009-06-08 - free
Use checkboxes to select multiple records and edit them all in one form as shown in this episode. With virtual attributes you can even edit values relatively!
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 #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 #139 Nested Resources
Railscasts - 2008-12-08 - free
In this episode I show how to nest resources through routing and go into some new additions in Rails 2.2.
Watch this screencastRailsCasts #124 Beta Invitations
Railscasts - 2008-08-25 - free
You know those invitation systems where a given user can invite a number of other people to join? That's what I show you how to make in this episode.
Watch this screencast