Skip to content

Working sample project from Ruby on Rails Tutorial by Michael Hartl https://www.railstutorial.org/book

Notifications You must be signed in to change notification settings

sonnypgs/rails-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Result

About

Working sample project from Ruby on Rails Tutorial by Michael Hartl https://www.railstutorial.org/book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.1%
  • HTML 17.0%
  • CSS 5.4%
  • CoffeeScript 1.4%
  • JavaScript 1.1%