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

Latest Screencasts (page 3)

RailsCasts #124 Beta Invitations

Railscasts - 2008-08-25 - free

You know those invitation systems where a given user can invite a number of other people to join? That's what I show you how to make in this episode.

Watch this screencast

RailsCasts #123 Subdomains

Railscasts - 2008-08-18 - free

Learn how to unleash the full potential of subdomains with the subdomain-fu Rails plugin in this episode.

Watch this screencast

RailsCasts #117 Semi-Static Pages

Railscasts - 2008-07-07 - free

Static pages can sometimes be a little awkward to add to a Rails app. See a couple different solutions to this problem 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 #93 Action Caching

Railscasts - 2008-02-17 - free

Action caching behaves much like page caching except it processes the controller filters. You can also make it conditional as seen in this episode.

Watch this screencast

RailsCasts #89 Page Caching

Railscasts - 2008-01-20 - free

Page caching is an efficient way to cache stateless content. In this episode I will show you how to cache the dynamic javascript we created last week.

Watch this screencast

RailsCasts #82 HTTP Basic Authentication

Railscasts - 2007-12-02 - free

Rails 2.0 offers an extremely easy way to do HTTP basic authentication. See how 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

RailsCasts #77 Destroy Without JavaScript

Railscasts - 2007-10-29 - free

If the user has JavaScript disabled, the "Destroy" link might not work properly. In this episode I will explore a number of ways to work around this issue.

Watch this screencast

RailsCasts #73 Complex Forms Part 1

Railscasts - 2007-10-01 - free

Complex forms often lead to complex controllers, but that doesn't have to be the case. In this episode see how you can create multiple models through a single form while keeping the controller clean.

Watch this screencast