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

Latest Free Screencasts (page 29)

RailsCasts #36 Subversion on Rails

Railscasts - 2007-05-25 - free

This episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience along the way.

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 #26 Hackers Love Mass Assignment

Railscasts - 2007-05-02 - free

Your site may be at risk! When using mass assignment, you are giving the user complete control over that model and its associations. See how a hacker might use this vulnerability and learn how to stop it in this episode.

Watch this screencast

RailsCasts #23 Counter Cache Column

Railscasts - 2007-04-25 - free

If you need to display the record count for a has_many association, you can improve performance by caching that number in a column.

Watch this screencast

RailsCasts #17 HABTM Checkboxes

Railscasts - 2007-04-11 - free

It is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that.

Watch this screencast

RailsCasts #16 Virtual Attributes

Railscasts - 2007-04-09 - free

Keep your controllers clean and forms flexible by adding virtual attributes to your model. This very powerful technique allows you to create form fields which may not directly relate to the database.

Watch this screencast

Episode 020: ImageScience

Sdruby - 2007-03-25 - free

In this episode, Tom Werner covers some of the basics of the ruby image library ImageScience. ImageScience is a wrapper for the FreeImage graphics library, and is a lightweight alternative to RMagick.

Watch this screencast

RailsCasts #4 Move Find into Model

Railscasts - 2007-03-12 - free

Move a find into the model to clean up the controllers and remove duplication. Also see how you can call these custom find methods through an association.

Watch this screencast

RailsCasts #1 Caching with Instance Variables

Railscasts - 2007-03-04 - free

Learn a quick way to improve performance. Just store the end result of an expensive command in an instance variable!

Watch this screencast