Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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

RailsCasts #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 screencast

RailsCasts #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