Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module management and import system #549

Open
waissbluth opened this issue Aug 17, 2017 · 1 comment
Open

Module management and import system #549

waissbluth opened this issue Aug 17, 2017 · 1 comment

Comments

@waissbluth
Copy link

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

@locks
Copy link
Contributor

locks commented Aug 17, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants