Closed RuslanZavacky closed 9 years ago
To be honest, I have no experience with pods. The error are a littile familiar: since Ember beta 14 you will be seeing warnings when you are setting a property that is not part of the model. I am afraid I cannot be of help here.
@frederikbosch do you have any gist/jsbin on how this addon is working? As its seems really strange...
When you try to update record, first need to find it. If record is not found, its anyway says as it is found.
Then to update such "ghost" record need to actually create it. After you've created it, its not possible to update it.
Am I only one who have such problems? Or I am one who is trying to use this addon with ember-cli?
I've solved the riddle :)
Well, that is great. Could you post the solution? Perhaps you are helping other users when they have the same issue. Then I can close it too.
@frederikbosch I'll contribute to the README in following days :)
That would be great!
Any news on this? :)
@frederikbosch give me a couple more days, I have it on roadmap :)
I've installed addon, created adapter & model. I am using pods for structure:
I've created: app/pods/application/cache/adapter.js
app/pods/application/cache/model.js
Then trying to do search:
When application starts I see a bunch of warning in the console:
And an error in the end
Any clue, what might cause this?