- Copy over
config/database.yml.example
toconfig/database.yml
and edit with your database settings - If using Docker, copy
config/database.yml.docker
toconfig/database.yml
and rundocker-compose up
- run
rails db:setup
to create database(s), includingdb:create
,db:schema:load
,db:seed
- run
bundle exec rubocop
before committing code to ensure code is consistent
- run
rails test
- run
rails test:system
to run system tests