api_auth
api_auth copied to clipboard
forces request query param values to be escaped
This PR fixes issue #123 where query strings are handled differently based on combinations of different libraries.
@fwininger I am sorry about that - I had a local helper which I did not include. Please see the new PR code attached which includes several new specs for testing. Note: I had to add Rails as a gemspec dependency since ActiveResource requires it. I am happy to make any changes you see fit, I am just trying to solve a issue affecting multiple people.
@fwininger any additional thoughts?