You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the README is not entirely clear what the recommended way to go about ES6 modules and dependencies is for Ember files and otherwise.
Is another gem (e.g. webpacker) required for dependency handling? What is the correct way of defining controllers/routes/models/etc files and importing them?
Thanks
The text was updated successfully, but these errors were encountered:
@waissbluth the shorter answer is that you shouldn't be using ember-rails. There's the more modern https://github.com/thoughtbot/ember-cli-rails if you insist on embedding the Ember.js application, but I would recommend keeping the two applications completely separate.
From the README is not entirely clear what the recommended way to go about ES6 modules and dependencies is for Ember files and otherwise.
Is another gem (e.g. webpacker) required for dependency handling? What is the correct way of defining controllers/routes/models/etc files and importing them?
Thanks
The text was updated successfully, but these errors were encountered: