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.ymlfile to define a set of services: PostgreSQL, Redis, a Chromium test server, etc.
Full Changelog: https://github.com/Code-With-Rails/rails-template/commits/v1.0.0