Get a minimal rails >= 7 app ready with:
Gems:
- Bootstrap, Simple form
- Byebug, pry, rspec, Factory bot
- Devise, Pundit
- Letter oppener
Layouts:
- Basic README
- Mailer layout
- _flashes, _navbar, _footer, _home
Files:
- .rubocop
- Procfile
- Gemfile
Local tests:
# For local tests purpose only
rails new \
--database postgresql \
-m rails-template/basic_template.rb \
RAILS_APP_NAMErails new \
--database postgresql \
-m https://raw.githubusercontent.com/mvpbuilders/rails-template/main/basic_template.rb \
RAILS_APP_NAME