Skip to content

needbee/rails-tutorial-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails Tutorial: sample application

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:prepare then bundle exec guard
  • Run server: rails s

Heroku

  • heroku create
  • git push heroku
  • heroku pg:reset DATABASE
  • heroku run rake db:migrate
  • heroku run rake db:populate
  • heroku open

About

Sample app for the Rails Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages