Skip to content
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

Replace URI.encode/decode with URI::Parser.escape/unescape #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkerley
Copy link

@mkerley mkerley commented Nov 14, 2022

Fix for undefined method `encode' for URI:Module #2

This worked for my site, and the repo's demo site. It may not work for all URIs. Based on this thread:
https://stackoverflow.com/questions/65423458/ruby-2-7-says-uri-escape-is-obsolete-what-replaces-it

Thanks @dohliam for making this tool!

@beneon
Copy link

beneon commented Dec 6, 2022

This really works!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants