Created
February 16, 2010 01:21
-
-
Save matpalm/305181 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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