Support rails 8.1#500
Conversation
…ri_decoder method and now the default way to decode the url is to use URI.decode_uri_component
|
@bguban Thanks for the PR—looks like there are a bunch of failing tests? |
|
I added tests for rails 8.1 just to be sure that nothing else is broken |
|
Thanks for adding the readme change test, that clarifies some things. The 8.x failures make sense on the readme test, and there's a single 7.x failure that seems to have appeared since last release due to an upstream change I'm guessing, but this change for rails 8 seems to cause a bunch of failures in the 5, 6, and 7 appraisals that all seem to be related to that |
|
Oh, my bad, I accidentally checked for the wrong method. Looks like everything is good now. |
# [1.9.0](v1.8.2...v1.9.0) (2026-01-03) ### Features * Support rails 8.1 ([#500](#500)) ([34d0cf0](34d0cf0))
|
🎉 This PR is included in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Looke like rails 8.1 removed ActionDispatch::Journey::Router::Utils.uri_decoder method and now the default way to decode the url is to use URI.decode_uri_component