Carlos Paramio
Carlos Paramio
I can see it at the current release: https://github.com/leshill/handlebars_assets/blob/v0.20.1/lib/handlebars_assets/handlebars.rb#L35 or master: https://github.com/leshill/handlebars_assets/blob/master/lib/handlebars_assets/handlebars.rb#L35 Using version 0.20.1 here.
Sorry, you're right, we were running 0.20.0. I just tried on an empty Rails app using 0.20.1 and it wasn't there.
It was a problem on a gemspec version miss match with Gemfile.lock, on the engine that required it. Thanks.
I think that you're right. It should use the default values just when no other values has been provided for the attribute, directly assigned with the attribute accessor or via...
Uh oh... I can't see that http://query.yahooapis.com/v1 was available neither. Looks like Yahoo definitively decided to turn off the API. If the integration with this service is completely necessary, the...
Ok, that's a different API then, which uses YQL instead of the "places" endpoint. It should certainly be easier to adapt the gem to this other querying schema.
Thanks, I will check it and fix it.
Nice. Could you enclose those finders on its custom module? We could name it "MongoODM::ActiveRecordFinders" or so. BTW, I've pushed a new version with support for BSON::DBRef objects, and referencing...
Ok, now I see that those finders are under a "Finders" module. I'm wondering if that module should be optional or not. What do you think?
Hi Steve! These changes are pretty exciting. I've already merged some of them. Here you have some comments: - Formal config loading and lazy connection (for use with em-synchrony) This...