Load JSON record(s) with ember-data 1.0 beta.2

[ I see that this is the wrong forum, sorry - moved to ember.js - Load JSON record(s) with ember-data 1.0 beta.2 - Stack Overflow ]

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?

I am also looking for ways to update to the new beta. Most of the stuff is documented here: https://github.com/emberjs/data/blob/master/TRANSITION.md

Hope it helps, I did not manage to migrate everything yet, but this helped a lot.