with the 0.14 version I loaded JSON data like this:
App.store.adapterForType(App.User).load(App.store, App.User, data)
, but that's no longer working. Is there a way for it in the new version?
The ember.js guides were updated:
http://emberjs.com/guides/models/pushing-records-into-the-store/
store.push() is the way to do it.