/moj_rails_template

A template to simplify deployment of Rails applications (5.x currently)

Primary LanguageRuby

MoJRails Template

A simple template to set up a Rails 5 project that uses RSpec, Simplecov, Rubocop and Mutant and can be immediately tested on CircleCI.

Suggested use:

rails new -m https://raw.githubusercontent.com/ministryofjustice/moj_rails_template/master/template.rb \
          -d postgresql \
          --skip-spring \
          --skip-turbolinks \
          --skip-test <ProjectName>