ember-parse-adapter
ember-parse-adapter copied to clipboard
An Ember Data Adapter for Parse
When saving a record with many children, when serializing, an error is thrown in the serializeHasMany function of EmberParseAdapter.Serializer line 184. ``` "className": child.parseClassName(), ``` The parseClassName function does not...
I have a model with a `belongsTo` relation, that in Parse is an Array column. However, using `model.set('column', [relationModel])` triggers an error: "Assertion Failed: You cannot add a 'undefined' record...
When trying to store a relationship in Parse I get the following 111 error in the HTTP response: `invalid type for key customer, expected relation, but got "Item"` The payload...
In the serializer "serializeBelongsTo" method populates json only if belongsTo exists.
I tried this last night, but its not working. `ember install:addon ember-parse-adapter` version: 0.1.15 Could not find watchman, falling back to NodeWatcher for file system events 404 Not Found: ember-parse-adapter...
I've noticed a couple of doc discrepancies between the GitHub page and the project's README. Both should be revised so developers won't get lost with different instructions. Examples: - how...
I've been playing around with the new version in the dist folder from yesterday and was wondering if/when you are going to tag/publish it for bower installs?
The example file is not found: http://clintjhill.github.io/ember-parse-adapter/example.html
I'm having fun trying your adapter but I was wondering if it's possible to add more attributes to User Model. ``` JavaScript App.User = DS.ParseUserModel.extend({ posts: DS.hasMany('post') }); ``` Something...
Should this be pointing at `vendor/ember-data/ember-data.js`? https://github.com/clintjhill/ember-parse-adapter/blob/master/example.html#L260