Skip to content

Instantly share code, notes, and snippets.

@kumavis
Last active December 20, 2015 07:58
Show Gist options
  • Save kumavis/6096789 to your computer and use it in GitHub Desktop.
Save kumavis/6096789 to your computer and use it in GitHub Desktop.
DEBUG: ------------------------------- ember.js:366
DEBUG: Ember.VERSION : 1.0.0-rc.6 ember.js:366
DEBUG: Handlebars.VERSION : 1.0.0-rc.4 ember.js:366
DEBUG: jQuery.VERSION : 1.10.2 ember.js:366
DEBUG: ------------------------------- ember.js:366
Assertion failed: Your application does not have a 'Store' property defined. Attempts to call 'createRecord' on model classes will fail. Please provide one as with 'YourAppName.Store = DS.Store.extend()' ember.js:366
get(DS, 'defaultStore')
//=> undefined
App.__container__.lookup('store:')
//=> Class {container: Container, _debugContainerKey: "store:", typeMaps: Object, recordCache: Array[0], clientIdToId: Object…}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment