-
Notifications
You must be signed in to change notification settings - Fork 43
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
Permalink for methods ending with a question mark not working #44
Comments
Apologies for the lack of response on this -- just cleaning up some issues now. It should have been fixed long ago :). Thanks for reporting it! |
This appears to still be an issue, and it's not just limited to methods that end in a question mark. Examples:
It looks like there might be some double-escaping happening with permalink urls. |
It's not really double escaping so much as it is a discrepancy between urlencoding on the link generation side vs. the url decoding on the path routing side. It seems that the Thanks for reporting! This should be out with the next YARD release (sometime this week) |
Percent encodes fewer reserved characters, since these are never considered special characters in the context of generated YARD URLs. References docmeta/rubydoc.info#44
Hi Loren,
It seems that permalinks for methods ending with a question mark are not working. For example, clicking on the permalink link of the is_boolean? method returns a 404 not found error:
http://rubydoc.info/github/bytesource/with_validations/master/WithValidations:is_boolean%3F
Best regards,
Stefan
The text was updated successfully, but these errors were encountered: