-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Addressable monkey patch? #49
Comments
Yes, probably due for an update! Would you be willing to stage a PR? |
I'm not using postrank but maybe @danielnolan or @rickyc or @ck250186 is up for it! (users that reported the problem in the first place) |
vasconsaurus
added a commit
to meedan/pender
that referenced
this issue
Jul 18, 2023
There seems to be a super old monkey patch in postrank that messes with the normalize method, starting at 2.8.2 version. Until postrank fixes that we can only go up to 2.8.1 relevant links: sporkmonger/addressable#513 sporkmonger/addressable#506 postrank-labs/postrank-uri#49
vasconsaurus
added a commit
to meedan/pender
that referenced
this issue
Jul 19, 2023
* update rails to 6.1.7.4 while keeping sidekiq under 7 delayed extensions was removed in sidekiq 7 and that breaks things for us https://github.com/sidekiq/sidekiq/blob/main/Changes.md#640 * downgrade addressable to 2.8.1 There seems to be a super old monkey patch in postrank that messes with the normalize method, starting at 2.8.2 version. Until postrank fixes that we can only go up to 2.8.1 relevant links: sporkmonger/addressable#513 sporkmonger/addressable#506 postrank-labs/postrank-uri#49
I am running into this issue and its making difficult to update a bunch of gems, so I attempted a fix here: #50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Addressable 2.8.2 it no longer works:
Seeing the patch is soon 12 years old, 110ed0b, is it still needed?
Was originally reported in sporkmonger/addressable#506
The text was updated successfully, but these errors were encountered: