Latest Free Screencasts
RailsCasts #259 Decent Exposure
Railscasts - 2011-03-28 - free
The decent_exposure gem makes it convenient to share controller data with the view through methods instead of instance variables.
Watch this screencastRailsCasts #230 Inherited Resources
Railscasts - 2010-09-06 - free
Inherited Resource simplifies RESTful controllers by providing default actions which can be customized through inheritance.
Watch this screencastRailsCasts #224 Controllers in Rails 3
Railscasts - 2010-07-26 - free
Embedded flash notices, permanent cookies, and the details of respond_with are in this episode.
Watch this screencastRailsCasts #199 Mobile Devices
Railscasts - 2010-02-01 - free
Change the look and behavior of a Rails app on mobile devices. Also use jQTouch to build a native-looking interface.
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 #136 jQuery
Railscasts - 2008-11-17 - free
How do you use jQuery with Rails? In this episode I redo episode #43 using jQuery instead of Prototype/RJS.
Watch this screencastRailsCasts #132 Helpers Outside Views
Railscasts - 2008-10-20 - free
Have you ever wanted to access helper methods outside of the view layer? In this episode I show you a couple ways to do just that.
Watch this screencastRailsCasts #131 Going Back
Railscasts - 2008-10-12 - free
This episode demonstrates a couple ways to redirect the user back to a previous page. Applying this to your site can help minimize the user's need to press the back button.
Watch this screencastRailsCasts #127 Rake in Background
Railscasts - 2008-09-15 - free
In need of a background process? You may be able to accomplish this with a simple Rake task. See how in this episode.
Watch this screencastRailsCasts #125 Dynamic Layouts
Railscasts - 2008-09-01 - free
Discover how to dynamically change the layout using content in the database. Check out this episode for details.
Watch this screencast