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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRails 2 from Scratch Part I
Peepcode - 2007-12-12 - paidIncludes 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