coderly / teamplaybook-ember

0 stars 0 forks source link

Update ember cli to 0.2.7 #37

Closed begedin closed 1 year ago

begedin commented 9 years ago

This PR updates the following:

Some other supporting stuff was updated, but I don't think it's worth mentioning

Most of the deprecations we need to clear are due to out of date addons, though, mostly ember-simple-auth and ember-json-api, both of which have PRs pending which should resolve these deprecations.

Major issue

The one major issue I've found was in DS.JsonApiSerializer.DS.RESTSerializer.extend.serializeHasMany where a now non-existant property is being accessed. I wrote a monkeypatch to fix it, but if there's time, I'd like to look into it and submit a PR to https://github.com/kurko/ember-json-api