/rails-template

Rails 6 Template

Primary LanguageRubyMIT LicenseMIT

Rails Application Template

Rails Guides Documentation: Rails Application Templates

Used the following as reference: Ackama Rails Template

Requirements

  • Rails ~> 6.0
  • Yarn
  • PostgreSQL

Usage

New Applications:

rails new <application_name> \
  -d postgresql \
  -T \
  --webpack=vue \
  -m https://raw.githubusercontent.com/athix/rails-template/master/template.rb

Installation

To make this the default Rails application template on your system, create a ~/.railsrc file with the following:

-d postgresql
-T
--webpack=vue
-m https://raw.githubusercontent.com/athix/rails-template/master/template.rb