My Rails Template

rails new APP_NAME -m https://raw.github.com/fgrehm/rails-template/master/template.rb -T --skip-bundle

To try it out locally:

LOCAL=1 rails new APP_NAME -m /path/to/rails-template/template.rb -T --skip-bundle