Skip to content

Instantly share code, notes, and snippets.

@matpalm
Created February 16, 2010 01:21
Show Gist options
  • Save matpalm/305181 to your computer and use it in GitHub Desktop.
Save matpalm/305181 to your computer and use it in GitHub Desktop.
rvm install 1.9.1
rvm 1.9.1 --default
gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n
gem install rack-mount --version=0.4.0
gem install rails --pre
gem install webrat
gem install sqlite3-ruby
gem install rspec-rails --pre
script/rails g rspec:install
rake db:migrate
rake spec
#todo add the mongomapper stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment