codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

Upgrades HackathonManager to Rails 7 #964

Closed cbaudouinjr closed 9 months ago

cbaudouinjr commented 9 months ago

It's been a while, huh? After many years and many failed attempts, HackathonManager is now on Rails 7!

There's still plenty of work to go before a release can happen, but this is by far the biggest step.

Unfortunately, this pull request is massive. When I first started this attempt I had little hope and didn't bother with creating bitesized PRs. Fortunately, most of the core application hasn't changed, rather, updated to removed deprecations and other outdates pieces. I made each commit as small as possible, and ran tests for each commit.

I'll try to highlight below where you should look for the biggest changes and which are mostly likely to break.

What's new

What to review

Closes #965, #966

sman591 commented 9 months ago

Nice! This is awesome