Help out: share this site!

Latest Screencasts

Rails 2.3 Extras

Railscasts - 2009-03-09 - free

This episode finishes up this series on Rails 2.3. Here you will learn about several smaller additions in 2.3. Watch this screencast


Caching in Rails 2.1

Railscasts - 2008-06-23 - free

Rails 2.1 brings some new caching features which makes it very easy to cache any values including models. See how in this episode. Watch this screencast


with_options

Railscasts - 2007-06-08 - free

Several methods in rails take a hash of options as the last argument. If you are passing the same options to several methods, you can remove this duplication by using with_options. Learn all about it in this episode. Watch this screencast


Formatting Time

Railscasts - 2007-05-14 - free

Learn how to use the trusty strftime method to format a time, and see how Rails allows you to save this format for later use. Watch this screencast


group_by Month

Railscasts - 2007-05-09 - free

Learn how to use the very useful group_by method to group an array by anything you want! In this episode I group an array of tasks by month then sort it properly. Watch this screencast


in_groups_of

Railscasts - 2007-05-07 - free

Have you ever wanted to visually line up items in rows and columns? The in_groups_of method makes this a cinch. Just watch out for the gotcha. Watch this screencast


Shortcut Blocks with Symbol to_proc

Railscasts - 2007-03-16 - free

It may have a goofy syntax, but the Symbol#to_proc feature Rails adds allows you to do simple blocks very quickly and easily. Watch this screencast