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

rubyzg/sample_app_rails_4

This branch is 2 commits ahead of, 2 commits behind railstutorial/sample_app_rails_4:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6614c26 · Dec 31, 2014
Apr 18, 2014
Mar 7, 2013
Dec 31, 2014
Dec 31, 2014
Apr 18, 2014
Apr 18, 2014
Mar 7, 2013
Sep 12, 2013
Mar 14, 2013
Apr 18, 2014
Mar 7, 2013
Jul 23, 2013
Mar 8, 2013
Dec 31, 2014
Dec 31, 2014
Apr 18, 2014
Oct 28, 2013
Dec 31, 2014
May 7, 2014
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
bundle install --without production
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.

Get Started in seconds on Nitrous.IO

Nitrous.IO is a cloud-based platform that will let you start working on this project in a matter of seconds.

Click on the button below to get started:

Hack railstutorial/sample_app_rails_4 on Nitrous.IO

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

Languages

  • JavaScript 64.2%
  • CSS 24.4%
  • Ruby 11.3%
  • CoffeeScript 0.1%