Francisco Leite

Results 5 issues of Francisco Leite

here is the patch ... \lib\google\appengine\ext\db\model.js line: 357 /* */ Model.prototype.toData = function () { var data = { key: this.key().toString() } var properties = this.constructor.properties(); // for (var i...

This pull request partially addresses #111, #10 and accomplishes the following: - Sets autoSourceTag to false by default; - Add source to changeset by default, see [source](https://wiki.openstreetmap.org/wiki/Key:source). It's known that...

Hi, nice lib. Appears to me that this lib is ignoring url_format directive, example: initializers/dragonfly.rb ``` ruby require 'dragonfly' require 'dragonfly/s3_data_store' Dragonfly.app.configure do plugin :imagemagick secret "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" url_format "/media/:job/:sha/:name" if...