Using
DEBUG: -------------------------------
DEBUG: Ember : 1.5.1
DEBUG: Handlebars : 1.3.0
DEBUG: jQuery : 1.10.2
DEBUG: -------------------------------
I get error:
Error while loading route: Error: Assertion Failed: You tried to load all records but you have no adapter (for story)
Trying to update the repo found in this tutorial to latest ember install.
I have defined my store (app/assets/javascript/store.js.coffee) like
App.Store = DS.Store.extend
adapter: '-active-model'
namespace: 'api/v1'