ffaster
Generate your rails app ffaster.
Overview
ffaster is a bunch of templates, which:
- changes your
application.csstoapplication.scss - changes your
application.jstoapplication.coffee - changes your
application.html.erbtoapplication.haml - removes
sprockets - come up with bunch of gems: gemfile, all ready to action, without
initialize(
guard,rspec, etc) - set your database
Usage
In your application root directory, run: rails generate ffaster NAME, where
NAME is used to prefix your database names, etc.