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

Latest Free Screencasts (page 9)

RailsCasts #110 Gem Dependencies

Railscasts - 2008-05-23 - free

In Rails 2.1 we now have the ability to set gem dependencies. Now it's easier than ever to specify which ruby gems our rails app relies on.

Watch this screencast

RailsCasts #108 named_scope

Railscasts - 2008-05-19 - free

The named_scope method in Rails 2.1 makes performing finds on models very elegant and convenient. See how in this episode.

Watch this screencast

RailsCasts #106 Time Zones in Rails 2.1

Railscasts - 2008-05-14 - free

In the past, time zones have been very difficult to work with, but no longer! Rails 2.1 brings with it great time zone support as you can see in this episode.

Watch this screencast

RailsCasts #104 Exception Notifications

Railscasts - 2008-05-05 - free

If you're running a production site, it's a good idea to record all exceptions which occur. See how to set up a notification system which does that in this episode.

Watch this screencast

RailsCasts #103 Site Wide Announcements

Railscasts - 2008-04-28 - free

Sometimes you need to display an administrative announcement to every page on the site and give the users the ability to hide the announcement. See how in this episode.

Watch this screencast

RailsCasts #102 Auto-Complete Association

Railscasts - 2008-04-21 - free

Usually a select menu is used for setting a belongs_to association, but in this episode I will show you how to use a text field with auto completion.

Watch this screencast

RailsCasts #92 make_resourceful

Railscasts - 2008-02-10 - free

The make_resourceful plugin is a great way to DRY up the 7 RESTful actions common in most controllers. Learn how to use it in this episode.

Watch this screencast

RailsCasts #78 Generating PDF Documents

Railscasts - 2007-11-04 - free

In this episode I will show you how to create PDF documents using the excellent PDF::Writer gem.

Watch this screencast

Ryan Felton shows off how to build an Ajax-powered, CSS star rater using the ActsAsRateable plugin and Komodo Media's CSS Star Rating Redux technique.

Watch this screencast

Episode 026: ActsAsSolr

Sdruby - 2007-11-02 - free

Rob Kaufman shows how easy it is to integrate Solr powered search into your Rails application using the ActsAsSolr plugin.

Watch this screencast