escape_utils
escape_utils copied to clipboard
Faster string escaping routines for your ruby apps
:wave: @brianmario. I need `escape_href` exposed from Houdini for a project I'm working on. The main difference between `escape_href` and `escape_url` is that `escape_href` is a bit looser on the...
I'd like to be able to safely use this library without taking encoding into consideration. What would it take for us to support arbitrary encodings?
I noticed this during our RPM packaging phase in our product where RPM complains with the following warning: ``` *** WARNING: ./opt/manageiq/manageiq-gemset/gems/escape_utils-1.3.0/script/bootstrap is executable but has no shebang, removing executable...