Roman
Roman
That, as well as other global settings like `zeroFormat`, `defaultFormat`, etc.
Yes, you have to revert `rake` back to 0.8.7 for now, until they fix it
I can't check this on Windows, can anybody confirm? BTW, to keep your sanity, I'd rather not use Windows for Rails development.
I can confirm, creating a file `lib/fast_secure_compare.rb` with content ``` require 'fast_secure_compare/fast_secure_compare' ``` fixes the problem.
Btw, mysteriously master contains version 1.0.0, while rubygems have 1.0.1. Where did they get it?
@aurcioli-handy Check last commit in my fork https://github.com/RKushnir/fast_secure_compare It worked for me, but I was just guessing at a fix, so not sure if it's completely correct.
@daxtens I'll have a look
@daxtens So I made the tests pass, but this is confusing. Now I think the code should have been working even without this pull request, as it just adds some...
How about this? Can you do it? ``` betty install yourself ```
The documentation doesn't reflect the actual state. I just tried in [apigee console](https://apigee.com/console/foursquare?authTypeVal=oauth2&afterSuccessfulAuth=true&req={%22resource%22%3A%22getphotos%22%2C%22params%22%3A{%22query%22%3A{}%2C%22template%22%3A{%22USER_ID%22%3A%2234751494%22}%2C%22headers%22%3A{}%2C%22body%22%3A{%22attachmentFormat%22%3A%22mime%22%2C%22attachmentContentDisposition%22%3A%22form-data%22}}%2C%22verb%22%3A%22get%22}) and it worked for non-self user id(e.g. https://api.foursquare.com/v2/users/34751494/photos?v=20131016) In their API Explorer it works as well.