Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 362 Bytes

rails_application_templates

Templates for generating new Rails apps and adding generic concerns

Usage example:

  rvm use 2.0.0@my_project
  gem install rails
  PROJECT_NAME=my_project rails new my_app_name --skip-bundle --skip-test-unit -d postgresql -m /path/to/rails_application_templates/templates/new_app_template.rb