ember-parse-adapter
ember-parse-adapter copied to clipboard
An Ember Data Adapter for Parse
I see you have a file type transform but I am not sure how to use it. Can you give me an example of how to upload a file to...
parse does not support "-" in the class name. So here add camelize(). Otherwise my browser throws error when saving parse relation. My model name looks like "one-class", and in...
This includes changes to the adapter, serializer, tests, and dummy app. Everything except ember-data is up to date. The dummy app is working and all tests are passing. I'm not...
Could you please provide examples on how to use ParseUser to register and login users?
Would it be possible to add a logout button to the app and status based on whether the user is logged in? Currently if you refresh the UI is reset.
## [1] Upgrading computed properties to comply with Ember updates That piece of code was causing a deprecation warning. See http://emberjs.com/blog/2015/05/13/ember-1-12-released.html#toc_new-computed-syntax ## [2] Fixing big problem with custom-named `belongsTo` relations...
It seems the adapter has trouble when dealing with hasMany relations. Namely, I created an `Array` column, but got 400 as the adapter sends in an OBJECT in place of...