Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 240 Bytes

start_a_new_rails_app.md

File metadata and controls

13 lines (10 loc) · 240 Bytes

How to Start a New Rails App

Use Suspenders:

$ gem install suspenders
$ suspenders the-name-of-your-project-here
$ cd the-name-of-your-project-here/
$ bin/setup
$ rake