Skip to content

Instantly share code, notes, and snippets.

@horaotoko
Created July 6, 2012 13:04
Show Gist options
  • Save horaotoko/3060053 to your computer and use it in GitHub Desktop.
Save horaotoko/3060053 to your computer and use it in GitHub Desktop.
5Thanks setup
cd 5Thanks
rvm use 1.9.2
gem install bundler
bundle
rake db:migrate
rails s
localhost:3000
______________
gem 'devise', '2.0.4'
bundle install --without=production:test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment