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

Latest Free Screencasts (page 4)

RailsCasts #38 Multibutton Form

Railscasts - 2007-05-30 - free

If you have a form with multiple buttons, you can detect which button was clicked by checking the passed parameters. Learn how in this episode.

Watch this screencast

RailsCasts #35 Custom REST Actions

Railscasts - 2007-05-23 - free

REST adds many constraints. It restricts your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions. Learn how in this episode.

Watch this screencast

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