HugsDaniel / rails-templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Templates

Quickly generate a rails app with the default configuration using Rails Templates.

⚠️ The following templates have been made for Rails 7.

Minimal

Get a minimal rails with code quality, vulnerability checks and basic configuration for setup and local dev.

rails new \
  -d postgresql \
  -m https://raw.githubusercontent.com/HugsDaniel/rails-templates/main/minimal.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

Devise

Same as minimal plus a Devise install with a generated User model.

rails new \
  -d postgresql \
  -m https://raw.githubusercontent.com/HugsDaniel/rails-templates/main/devise.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

About


Languages

Language:Ruby 100.0%