RailsCasts Pro episodes are now free!

Learn more or hide this

Applied Filters: model x
Migrations in Rails 2.0
Episode #83Dec 09, 200741 comments

Migrations in Rails 2.0

Migrations are now sexy in Rails 2.0! In this episode we will take a look at these improvements and the related rake tasks. (5 minutes)
Cookie Based Session Store
Episode #84Dec 16, 200738 comments

Cookie Based Session Store

In Rails 1.2 the default session store is file based. This is inefficient and difficult to maintain. In Rails 2.0 the default is now cookie based which has several benefits as you will see in this episode. (4 minutes)
Custom Rake Tasks
Episode #66Aug 13, 200755 comments

Custom Rake Tasks

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. (10 minutes)