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
Starts off with a bunch of defaults for faster screencast setup.
When creating a new rails app simply pass the template file through.
$ rails new myapp -d <postgresql, mysql, sqlite> -m template.rb