The bumping to rails 6.1.4 allowed to include another things to the project as well as including some community and documentation info on the repository
Added
- Test suite is installed using Rspec and Shoulda Matchers. This also includes a dry-run which allows engineers to test if the environment is properly configured to start working
- React is added to the project as the frontend library
- Github Actions are configured to run whenever a push/pull-request is created against master.
- MIT License is added in case it is needed
- README is updated to improve readability and usage of this template project
- CHANGELOG is added to make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project.