/rails-template

A Ruby on Rails template

Primary LanguageRubyMIT LicenseMIT

Rails Template 💎

A Ruby on Rails web application boilerplate with my preferred dependencies all pre-installed to save time.

How to use

Generate a new application this template:

rails new AmazingApp \
  -d postgresql \
  -m https://raw.githubusercontent.com/kurko/rails-template/master/template.rb

Install

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

What it includes?

Inspired by and loosely based on Matt Brictson's mattbrictson/rails-template.