Gabe da Silveira

Results 5 issues of Gabe da Silveira

This is not a formal solution to all escaping, but it handles the common cases.

This would make the gem usable in a large number of additional scenarios where we may not want config values in the repo: - sensitive information such as passwords/tokens -...

The tests are there, but the condition to run them is never true. I added: I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks) And there are 4 failures. Obviously it's very hard to enable Fallbacks within...

This one was a bit of a pain to debug. I was getting AWS::S3::SignatureDoesNotMatch when copying certain keys. Turns out the x-amz-copy-source header should be escaped as documented at http://docs.amazonwebservices.com/AmazonS3/index.html?RESTObjectCOPY.html....

recommended fix: don't monkeypatch Hash. The method is only used once! I would submit a patch but I've already wasted enough time figuring this out and I'm under a tight...