Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 264 Bytes

My Rails Template

rails new APP_NAME -m https://raw.github.com/fgrehm/rails-template/master/template.rb -T --skip-bundle

To try it out locally:

LOCAL=1 rails new APP_NAME -m /path/to/rails-template/template.rb -T --skip-bundle