Skip to content

The reference implementation of the sample app for the Ruby on Rails Tutorial (Rails 4)

License

Notifications You must be signed in to change notification settings

howto-ruby/sample_app_rails_4

This branch is 24 commits behind railstutorial/sample_app_rails_4:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a160ec4 · Dec 4, 2013

History

95 Commits
Sep 13, 2013
Mar 7, 2013
Dec 4, 2013
Mar 16, 2013
Nov 30, 2013
Mar 16, 2013
Mar 7, 2013
Sep 12, 2013
Mar 14, 2013
Sep 6, 2013
Mar 7, 2013
Jul 23, 2013
Mar 8, 2013
Dec 4, 2013
Dec 4, 2013
Sep 6, 2013
Oct 28, 2013
Nov 11, 2013
Mar 7, 2013
Mar 7, 2013

Repository files navigation

Ruby on Rails Tutorial: sample application

This is the sample application for Ruby on Rails Tutorial: Learn Web Development with Rails by Michael Hartl. You can use this reference implementation to help track down errors if you end up having trouble with code in the tutorial. In particular, as a first debugging check I suggest getting the test suite to pass on your local machine:

$ cd /tmp
$ git clone https://github.com/railstutorial/sample_app_rails_4.git
$ cd sample_app_rails_4
$ cp config/database.yml.example config/database.yml
$ bundle install
$ bundle exec rake db:migrate
$ bundle exec rake db:test:prepare
$ bundle exec rspec spec/

If the tests don't pass, it means there may be something wrong with your system. If they do pass, then you can debug your code by comparing it with the reference implementation.

About

The reference implementation of the sample app for the Ruby on Rails Tutorial (Rails 4)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published