ffaster

Generate your rails app ffaster.

Overview

ffaster is a bunch of templates, which:

  • changes your application.css to application.scss
  • changes your application.js to application.coffee
  • changes your application.html.erb to application.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.