-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serializer.pushPayload is not a function #132
Comments
this seems to work though.. is there anyway to use the serializer from this package to automatically create json-api doc from my api response?
|
We are considering extending DS.RESTAdapter and DS.RESTSerializer (see #128). pushPayload would be an added benefit of doing that. Otherwise we'll have to implement this in EDA. Thanks for reporting this. |
ok cool, what is eda? |
Ember Django Adapter :-) |
doh duh! hah ok thanks |
@erichonkanen Can you test the PR in #133 to see if it solves this problem? Thanks. |
@benkonrath yep uno momento |
@erichonkanen Please reopen this issue if it's still causing problems for you. |
what is the recommended way to push an object into the store that is returned from an $.ajax() request? I seem to be getting issues using latest version:
response:
|
hello,
I am trying to push a record to the store that I get from a regular ajax callback.. tried using pushPayload but get
Uncaught TypeError: serializer.pushPayload is not a function
any ideas why?
The text was updated successfully, but these errors were encountered: