DEPRECATION: The default behavior of shouldReloadAll will change in Ember Data 2.0 to always return false when there is at least one
问题 At the moment of this question i'm running the latest Ember and Ember Data versions. I'm working with the DS.RESTAdapter calling for a /places this way: this.store.findAll('place'); The model only have a name attribute name: DS.attr('string') The JSON is the following: { places: [ { id: 1, name: "San Francisco" }, { id: 2, name: "Havana" } ] } I made the template and with the corresponding each and everything shows up and works so far but i get a deprecation warnings that tells the following: