This draft PR is a starting point for Rails 8 support. It has gemspec overrides to use core component branches that allow Rails 8. All of the test apps build and run successfully at Rails 8 with those overrides and a handful of initial fixes.
Currently, the gemspec uses a named branch (rails-8) in core components; this was done so that the test apps will build/run, which will enable specs to be worked on in parallel with core component updates.
Core components are currently awaiting releases so that the aforementioned overrides can be undone. So full Rails 8 compatibility should be possible by merging/releasing per the following in order:
PR approvals/merges:
Gem releases:
This draft PR is a starting point for Rails 8 support. It has gemspec overrides to use core component branches that allow Rails 8. All of the test apps build and run successfully at Rails 8 with those overrides and a handful of initial fixes.
Currently, the gemspec uses a named branch (
rails-8) in core components; this was done so that the test apps will build/run, which will enable specs to be worked on in parallel with core component updates.Core components are currently awaiting releases so that the aforementioned overrides can be undone. So full Rails 8 compatibility should be possible by merging/releasing per the following in order:
PR approvals/merges:
Gem releases: