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

Latest Screencasts (page 9)

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 #105 Gitting Rails 2.1 RC1

Railscasts - 2008-05-12 - free

Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.

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 #101 Refactoring Out Helper Object

Railscasts - 2008-04-14 - free

If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode. This is also known as the presenter pattern.

Watch this screencast

RailsCasts #98 Request Profiling

Railscasts - 2008-03-24 - free

You can use profiling to determine where the performance bottlenecks are in specific Rails actions. Watch this episode for details.

Watch this screencast

RailsCasts #94 ActiveResource Basics

Railscasts - 2008-02-24 - free

ActiveResource allows you to easily communicate between multiple Rails applications. See how in this episode.

Watch this screencast

RailsCasts #90 Fragment Caching

Railscasts - 2008-01-27 - free

Sometimes you only want to cache a section of a page instead of the entire page. Fragment caching is the answer as shown in this episode.

Watch this screencast

RailsCasts #88 Dynamic Select Menus

Railscasts - 2008-01-13 - free

See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface.

Watch this screencast

RailsCasts #85 YAML Configuration File

Railscasts - 2007-12-23 - free

Application configuration shouldn't be spread throughout your code base. Instead a much better place to put it is an external YAML file. See how to do that in this episode.

Watch this screencast

Rails 2 from Scratch Part I

Peepcode - 2007-12-12 - paid
Purchase includes Quicktime (zip) download

Includes minor updates for Rails 2! If you purchased the previous version, you can re-download it by logging in to your account. Ruby on Rails has received a lot of press in the past few years. This 76 minute screencast teaches you the basics of Rails. If you’ve done PHP,...

Watch this screencast