ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Rails 7.0 Upgrade #129

Closed ChaelCodes closed 2 years ago

ChaelCodes commented 2 years ago

Description of Feature or Issue

We are upgrading to Rails 7 to give us access to exciting new features, like the ComparisonValidator, and some new shiny links.

There are also some changes to rubocop to make future upgrades easier, and less likely to conflict.

Rails is no longer eager-loaded automatically in test, so we pass the CI env var in GitHub actions which autoloads it.

Checklist