Sha256: 2e08c3348310b81c01fadf0b997b0798d3a23249e8f71b6f1ea299de39cf7a0b
Contents?: true
Size: 633 Bytes
Versions: 20
Compression:
Stored size: 633 Bytes
Contents
## Get started with railstutorial/sample_app_rails_4 Run the following commands in the console below: 1. `cd ~/workspace/sample_app_rails_4` 2. `cp config/database.yml.example config/database.yml` 3. `bundle install` 4. `bundle exec rake db:migrate` 5. `bundle exec rails server` By clicking on Preview > Port 3000, you can now preview your sample Rails App. To check out more code, you can run tests, edit code and continue to iterate on this application. To run the test suite, run the following commands in the console: 1. `cd ~/workspace/sample_app_rails_4` 2. `bundle exec rake db:test:prepare` 3. `bundle exec rspec spec`
Version data entries
20 entries across 20 versions & 2 rubygems