This is the sample application for the Ruby on Rails Tutorial by Michael Hartl.
Commands
- Install:
bundle install --without production - Migrate DB:
bundle exec rake db:migrate - Sample data:
bundle exec rake db:populate - Run tests:
bundle exec rake test:preparethenbundle exec guard - Run server:
rails s
Heroku
heroku creategit push herokuheroku pg:reset DATABASEheroku run rake db:migrateheroku run rake db:populateheroku open