Skip to content

A-Scott-Rowe/RoR-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

App from the Ruby on Rails tutorial book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published