Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Slight hiccup and delay with full Rails 7.2 compatibility

    • The Hyrax engine forces Rails to 7.2, but test apps were still set to run with 6.0 configuration defaults

    • Setting defaults to 7.2 breaks a lot of things, from building to test failures

  • Discussion/opinions on two strategies for targeting 7.2 configuration defaults:

    • Set defaults to 7.2 and go fix everything

    • Selectively set individual settings back to pre 7.2 values to prevent significant refactoring

    • Example of two approaches for autoloading issues: PR #7014 versus PR #7016

...