mongeta

Results 4 issues of mongeta

Hi, How can I get the batch values when I am in the controller ? I am using batch_sequential, I can see the payload is correct using request.body.read. After inspecting...

Hi, I've installed your great ember-parse-adapter, and I'm getting at least three Deprecations: ``` 1- The default behavior of shouldReloadAll will change in Ember Data 2.0 to always return false...

I have an attribute as `date_started: DS.attr('date'),` In my template, I have this: `{{bootstrap-datepicker value=model.date_started class="form-control" todayBtn='linked' required=true}}` So far so good, the datepicker opens, I select for example 31/12/2016...

> DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm modules. Instead, consider doing: require("resolve").sync(something, { basedir: project.root }).