Skip to content
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

Deprecations #101

Open
mongeta opened this issue Aug 22, 2015 · 4 comments
Open

Deprecations #101

mongeta opened this issue Aug 22, 2015 · 4 comments

Comments

@mongeta
Copy link

mongeta commented Aug 22, 2015

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 when there is at least one "product" record in the store. If you would like to preserve the current behavior please override shouldReloadAll in your adapter:application and return true.
shopping/routes/products/index.js:8
Trace in the console
2- Your custom serializer uses the old version of the Serializer API, with `extract` hooks. Please upgrade your serializers to the new Serializer API using `normalizeResponse` hooks instead.
ember-data/lib/system/store/serializer-response.js:52
3- Usage of `typeKey` has been deprecated and will be removed in Ember Data 1.0. It has been replaced by `modelName` on the model class.
ember-data/lib/system/store.js:1580

Thanks,

@Kaign
Copy link

Kaign commented Aug 28, 2015

+1, especially second deprecation

@bhoskins
Copy link

I get the depreciation warnings also, and it seems this addon is not being updated. Has this project been abandoned?

@joshfester
Copy link

@bhoskins The owners of the repo are very inactive here, however, there's some forks that are more up to date. Check out this one by @maedi - https://github.com/maedi/ember-parse-adapter

@bhoskins
Copy link

Thanks. I'll check it out.

On Tuesday, October 13, 2015, Josh Fester [email protected] wrote:

@bhoskins https://github.com/bhoskins The owners of the repo are very
inactive here, however, there's some forks that are more up to date. Check
out this one by @maedi https://github.com/maedi -
https://github.com/maedi/ember-parse-adapter


Reply to this email directly or view it on GitHub
#101 (comment)
.

      Portfolio: bhoskins.github.io/portfolio/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants