An open API service indexing awesome lists of open source software.

https://github.com/unitech/rails_template

rails new my_new_app -m rails_template/generate_template.rb
https://github.com/unitech/rails_template

Last synced: 9 months ago
JSON representation

rails new my_new_app -m rails_template/generate_template.rb

Awesome Lists containing this project

README

          

# Template Gen for Rails

## How to use

`rails new eschool -m rails_template/generate_template.rb`

## Elements

- Markdown helper
- Bootstrap CSS from Twitter
- HTML5 Boilerplate (full yielding & co)

## config/application.rb

config.generators do |g|
g.test_framework false
g.stylesheets false # disable geneartion stylesheet
g.assets false
end