Skip to content

gazaston/starter_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Starter

Rails Application Template

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?)
  • Cucumber
  • Rspec
  • Refills
  • Figaro
  • Github (add as question?)
  • Heroku (add as question?)
  • Populate rake

…and much more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors