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

Upgrade to Ember to 1.11.0(-beta.5) #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

atsjj
Copy link
Contributor

@atsjj atsjj commented Mar 12, 2015

WIP, do not merge!

Things TODO

  • Using store.fetch() has been deprecated. Use store.fetchById for fetching individual records or store.fetchAll for collections
  • Ember.ObjectController is deprecated, please use Ember.Controller and use model.propertyName.
  • You attempted to access null from <hn-reader@controller:stories/show::ember1303>, but object proxying is deprecated. Please use model.null instead.
  • Change all bind-attr to the new attr=prop syntax

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

Successfully merging this pull request may close these issues.

None yet

1 participant