Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created December 31, 2009 11:16
Show Gist options
  • Save dreamr/266698 to your computer and use it in GitHub Desktop.
Save dreamr/266698 to your computer and use it in GitHub Desktop.
# Run
rails rails_app_name -m http://github.com/dreamr/dream_template/raw/master/base.rb
# Then
cd rails_app_name
rake db:create && rake db:migrate
rake gems:install
rake gems:unpack
# To start up autospec
spork & && autospec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment