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 screencastRails 3 – Building a Blog – Part 2: CRUD Show and Create
Teach Me To Code - 2010-06-30 - free
The second part of the tutorial for building a blog with Ruby on Rails version 3. We demonstrate how to set up some basic routes, manage the controller and views, and create a basic form for creating posts.
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 screencastEpisode 2 - Static pages
Bddcasts - 2009-08-22 - free
Adding static pages. We write the Cucumber feature, spec, then add the controller code and finally views.
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 screencast