Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 298 Bytes

File metadata and controls

25 lines (17 loc) · 298 Bytes

RoR-tutorial

App from the Ruby on Rails tutorial book

Development

Setup

  1. install ruby
  2. gem install bundler
  3. bundle install

Start the Server

To start the server locally

bundle exec rails s

Testing

To run the rspec tests:

bundle exec rspec