From the directory containing the starter_template repo, start build with:
rails new myappname -d postgresql -m starter_template/starter.rb
or for an sqlite3 database:
rails new myappname -d sqlite3 -m starter_template/starter.rb
TODO:
- Devise (add as question?)
- CanCanCan (add as question?)
CucumberRspecRefillsFigaro- Github (add as question?)
- Heroku (add as question?)
- Populate rake
…and much more.