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

Latest Screencasts (page 9)

RailsCasts #118 Liquid

Railscasts - 2008-07-14 - free

Liquid is a safe way to provide a powerful template language to the site's users. See how in this episode.

Watch this screencast

RailsCasts #114 Endless Page

Railscasts - 2008-06-16 - free

Ever wondered how some sites seem to have endless scrolling page with no pagination? Find out how easy it is to do this in Rails in this episode.

Watch this screencast

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