elwayman02 / ember-tumblr

Ember-Data abstraction for the Tumblr API
http://github.jhawk.co/ember-tumblr/
MIT License
7 stars 1 forks source link

No model was found for 'tumblr-post-text' #52

Open allthesignals opened 8 years ago

allthesignals commented 8 years ago

I'm seeing: Error while processing route: blog No model was found for 'tumblr-post-text' Error: No model was found for 'tumblr-post-text'

Debug information:

ember.debug.js:5553DEBUG: Ember      : 1.13.12
ember.debug.js:5553DEBUG: Ember Data : 1.13.15
ember.debug.js:5553DEBUG: jQuery     : 1.11.3

Thoughts? Do I need to modify my ember-cli-build.js file to include the library?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30065306-no-model-was-found-for-tumblr-post-text?utm_campaign=plugin&utm_content=tracker%2F18976936&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18976936&utm_medium=issues&utm_source=github).
elwayman02 commented 8 years ago

@allthesignals are you trying to integrate it into your project, or just running the dummy app? Any chance you can upload an example project to github and link me so I can reproduce your issue? All you should need to do is ember install the addon, and ember-cli will automatically take care of merging the files so that the models are available.

elwayman02 commented 8 years ago

@allthesignals I've updated this addon for Ember-Data 2.x, hopefully that will fix your issues? I'll release something this week, but feel free to try master in the meantime.