A Ruby on Rails web application boilerplate with my preferred dependencies all pre-installed to save time.
Generate a new application this template:
rails new AmazingApp \
-d postgresql \
-m https://raw.githubusercontent.com/kurko/rails-template/master/template.rb
Add the following lines to your ~/.railsrc
if you want all your new projects
to source my template.
-d postgresql
-m https://raw.githubusercontent.com/kurko/rails-template/master/template.rb
Inspired by and loosely based on Matt Brictson's mattbrictson/rails-template.