escalant3 / ember-data-tastypie-adapter

An adapter to connect django applications powered by django-tastypie with ember.js apps
MIT License
102 stars 26 forks source link

updated bower.json to support 1.0.0-beta.6 #31

Closed AaronGhent closed 10 years ago

AaronGhent commented 10 years ago

and also updated the code, so my code works in which i don't use a resource_uri, i have turned it off explicitly

escalant3 commented 10 years ago

Thanks for the PR! I missed the release of beta6.

I am not sure about the resource_uri change. The original idea of the adapter was to work with the Tastypie defaults. I am wondering if in this case it would be better to overwrite the adapter normalizeId method in your project.

I will merge the PR but I'll be waiting for feedback of other users about keeping it in the main adapter.

Thanks again for your contribution!

AaronGhent commented 10 years ago

thanks, yeah im unsure about the change aswell but it seems to make my example that im working on just work.i didnt really have enough time to have a good think about it.:)