Skip to content

Releases: Code-With-Rails/rails-template

v1.1.0 - Support Ruby 3.2.0

17 Jan 15:24
e90c501
Compare
Choose a tag to compare

Update with Ruby 3.2.0

Fix .gitignore amend

26 Nov 19:07
Compare
Choose a tag to compare

Fix issue where gitignore was not getting appended properly.

Amend .gitignore

26 Nov 13:21
Compare
Choose a tag to compare

Add improvements to .gitignore

Bug fix release

05 Oct 18:18
Compare
Choose a tag to compare

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

05 Oct 12:08
Compare
Choose a tag to compare

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