Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 464 Bytes

A Rails Application Template for use at Ministry of Velocity

Reference: Rails Application Templates

Locally

rails new <myproject> --skip-test --skip-jbuilder -d postgresql -c tailwind -m ./template.rb

Remotely

rails new <myproject> --skip-test --skip-jbuilder -d postgresql -c tailwind -m 'https://raw.githubusercontent.com/jparr/minifast-rails/main/template.rb'