Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 333 Bytes

Rails Application Template

This is an application template for a Rails 7 project.

To use:

rails new my_app \
  --database=postgresql \
  --skip-test \
  --template=https://raw.githubusercontent.com/firstdraft/rails_application_template/main/template.rb