Sha256: 27a02084ca6f6d464ef9618a3e1624d2e5319204736ed184c3bb2adb4a2d00ab

Contents?: true

Size: 1.5 KB

Versions: 19

Compression:

Stored size: 1.5 KB

Contents

# Ruby on Rails Tutorial: sample application

This is the sample application for
[*Ruby on Rails Tutorial: Learn Web Development with Rails*](http://railstutorial.org/)
by [Michael Hartl](http://michaelhartl.com/). 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 --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](https://www.nitrous.io/?utm_source=github.com&utm_campaign=railstutorial-sample_app_rails_4&utm_medium=hackonnitrous) 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](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=rails&repo=railstutorial%2Fsample_app_rails_4&file_to_open=README.nitrous.md)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
active_mocker-1.4.2 sample_app_rails_4/README.md
active_mocker-1.4.1 sample_app_rails_4/README.md
active_mocker-1.3.2 sample_app_rails_4/README.md
active_mocker-1.3.1 sample_app_rails_4/README.md
active_mocker-1.3 sample_app_rails_4/README.md
active_mocker-1.2.4 sample_app_rails_4/README.md
active_mocker-1.2.3 sample_app_rails_4/README.md
active_mocker-1.2 sample_app_rails_4/README.md
active_mocker-1.2.pre.11 sample_app_rails_4/README.md
active_mocker-1.2.pre.10 sample_app_rails_4/README.md
active_mocker-1.2.pre.9 sample_app_rails_4/README.md
active_mocker-1.2.pre.8 sample_app_rails_4/README.md
active_mocker-1.2.pre.7 sample_app_rails_4/README.md
active_mocker-1.2.pre.6 sample_app_rails_4/README.md
active_mocker-1.2.pre.5 sample_app_rails_4/README.md
active_mocker-1.2.pre.4 sample_app_rails_4/README.md
active_mocker-1.2.pre.3 sample_app_rails_4/README.md
active_mocker-1.2.pre.2 sample_app_rails_4/README.md
active_mocker-1.2.pre.1 sample_app_rails_4/README.md