Run the following commands in the console below:
cd ~/workspace/sample_app_rails_4cp config/database.yml.example config/database.ymlbundle installbundle exec rake db:migratebundle 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:
cd ~/workspace/sample_app_rails_4bundle exec rake db:test:preparebundle exec rspec spec