Note: The Active Record Identity Map feature is now disabled by default and is currently not recommended due to problems with associations. It looks like it will not make it into 3.1 final.
bash
rvm 1.9.2@railspre --create
gem install rails --pre
rails new todo
cd todo
bundle
rails g scaffold project name:string
rake db:migrate
rake test