rubyforgood / Flaredown

Flaredown web app and API
http://www.flaredown.com
GNU General Public License v3.0
39 stars 15 forks source link

Rails 7 Upgrade #640

Open bglusman opened 1 year ago

bglusman commented 1 year ago

Two tests were failing, one is fixed but in a way that may break some functionality, one is marked pending based on the error looking like it is meeting the expectation but ALSO failing in additional unexpected ways that... may be fine?

haydenrou commented 6 months ago

Noting that running bin/rails app:update has made a bunch of changes to config files that we may need to revert. For instance, https://github.com/rubyforgood/Flaredown/pull/640/commits/47c946aa053c94cd628f3c7cb5d6cdbfea42679b

thejonroberts commented 2 months ago

I also made an attempt in PR #760 , check it out if you have a chance. I did it from scratch, going to look through this for bits I may have missed.