-
-
Notifications
You must be signed in to change notification settings - Fork 23
Linked Ember data using jQuery #66
Comments
I realise ember-data is still in progress in making jQuery optional emberjs/data#5320. So, jQuery isn't optional after all? 🤷♂️ |
This is a known issue on the Octane Tracking issue I think emberjs/data#5386 will solve it. |
@ppcano Makes sense. Thanks!! |
Well, this is still an issue. I'm hoping this lights some fire under the butts of ember-data. :) |
@NullVoxPopuli Then, do you want this to be re-opened so the fire burns brightly 😛 ? |
yes :) |
While we wait for progress there, we should add |
probably. anything to reduce friction is good, imo |
@rwjblue @NullVoxPopuli Yes, that should be helpful. I did NOT know about |
FWIW, ember-data's master branch just merged a PR that should allow usage without jQuery and without special customization of the application adapter (which is what the ember-fetch mixin does). |
closed by: #77 |
Created an app using this blueprint and when trying to do a
this.store.findAll('post');
it quickly hits aCannot read property 'ajax' of undefined
and noticed that the linked ember-data here is still using jQuery.The text was updated successfully, but these errors were encountered: