Releases: Code-With-Rails/rails-template
Releases · Code-With-Rails/rails-template
v1.1.0 - Support Ruby 3.2.0
Fix .gitignore amend
Fix issue where gitignore was not getting appended properly.
Amend .gitignore
Add improvements to .gitignore
Bug fix release
Bug fix release:
- Some fixes
- Added Procfile.dev (previously missing)
- Fixed some database.yml configuration issues
- Updated README to indicate supported Rails versions
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.
Full Changelog: https://github.com/Code-With-Rails/rails-template/commits/v1.0.0