Get your Rails app off the ground, fast

Kickoff

Rails Kickoff

Starts off with a bunch of defaults for faster screencast setup.

How it works

When creating a new rails app simply pass the template file through.

Creating a new app

$ rails new myapp -d <postgresql, mysql, sqlite> -m template.rb