Set up fresh app with the following settings:
- ruby 3.1.2
- rails 7.0.3
- testing:
rspec
+factory_bot
+faker
- db: PostgreSQL 14
rubocop
as static code analyzer
login: admin@example.com
password: password
- rails db:create
- rails db:migrate
- rails db:seed
Application uses Sendgrid. You have to add your .env.local file with your API_KEY. Check .env for more info
You have to add your Master_key to .env.local file:
- generate it with
Lockbox.generate_key
- add it to .env.local file:
LOCKBOX_MASTER_KEY=your_key_here
This project is using overcommit to ensure commit quality.
- Run
gem install overcommit
- Move to your project dir
- Run
overcommit --install