Skip to content

Instantly share code, notes, and snippets.

@robbl
robbl / rails31init.md
Created August 24, 2011 12:46 — forked from kjf/rails31init.md
Rails 3.1 with Rspec, Cucumber, Factory Girl, Haml, and Simple Form

Rails 3.1 configuration

gem install rails --pre

generate new app, skipping Test::Unit file generation

rails new my_app -T

Set up Gemfile