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

Latest Screencasts (page 4)

RailsCasts #34 Named Routes

Railscasts - 2007-05-21 - free

When you add a custom route, make it a named route so you have url helper methods to easily link to that new route. See episode for details.

Watch this screencast

RailsCasts #13 Dangers of Model in Session

Railscasts - 2007-04-02 - free

Be careful when storing a model in a session. It will behave differently than you expect and can easily get out of sync with the database. Instead of storing the model directly in the session, store the id to the model and use that to fetch it from the database....

Watch this screencast
Find more screencasts on the homepage