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

Latest Screencasts (page 4)

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 #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 #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

RailsCasts #66 Custom Rake Tasks

Railscasts - 2007-08-13 - free

Rake is one of those tools that you don't realize how powerful it is until you start using it. In this episode you will learn how to create custom rake tasks and improve them by using rake features.

Watch this screencast

RailsCasts #54 Debugging with ruby-debug

Railscasts - 2007-07-06 - free

This episode will show you how to debug a rails app using ruby-debug: set a breakpoint, inspect variables, change the code and more.

Watch this screencast

RailsCasts #40 Blocks in View

Railscasts - 2007-06-04 - free

If you try to create a helper method which accepts a block, you will run into a few gotchas. Learn the secrets of blocks in views in this episode.

Watch this screencast

RailsCasts #19 Where Administration Goes

Railscasts - 2007-04-16 - free

This is the first part of a three part series on building an administration system. Many developers choose to separate it completely from the public side of the site by placing it into an admin subdirectory. This episode will show you an alternative and often better solution.

Watch this screencast

RailsCasts #17 HABTM Checkboxes

Railscasts - 2007-04-11 - free

It is often asked: how do I create a list of checkboxes for managing a HABTM association? Ask no more because this episode will show you how to do exactly that.

Watch this screencast
Find more screencasts on the homepage