Tags: Code-With-Rails/rails-template
Tags
First release! This is the first release of our Rails template. Our template takes an opinionated approach on setting up a development environment for a Rails project. Specifically, this template: - Uses Docker to containerize the development environment, so it works multiple environments - Adds a `docker-compose.yml` file to define a set of services: PostgreSQL, Redis, a Chromium test server, etc.