Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 326 Bytes

File metadata and controls

15 lines (10 loc) · 326 Bytes

Rails 4.2 Template

A template for new Rails 4.2 project. Setups a new project using SASS / Coffeescript / Slim / Bootstrap

Usage

rails new <project_name> -m <path_to_template.rb>

Example

rails new my_project -m https://raw.githubusercontent.com/natsumi/rails42_template/master/template.rb