Rails playground

Creating blog app

System dependencies

gem install bundler-audit
docker-compose run --rm rails bin/setup

How to run the test suite

bin/rake

Services (job queues, cache servers, search engines, etc.)

Deployment instructions

Local development

docker run --rm --net=host -e POSTGRES_HOST_AUTH_METHOD=trust postgres
env RAILS_ENV=development DATABASE_URL=postgres://postgres@localhost:5432 bin/rails db:setup