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

config.eager_load = true causes boot failure in Rails 6 #894

Closed
brian-kephart opened this issue Apr 25, 2019 · 1 comment
Closed

config.eager_load = true causes boot failure in Rails 6 #894

brian-kephart opened this issue Apr 25, 2019 · 1 comment

Comments

@brian-kephart
Copy link
Collaborator

I think this is an issue with the new Zeitwerk autoloader that is used in Rails 6, but it's something to be aware of. Full description and repro here: fxn/zeitwerk#43

@fxn
Copy link

fxn commented Apr 25, 2019

Problem is that, as it is, the project structure does not comply with the requirements. This file in the engine does not define the corresponding constant.

An easy fix would be not to ship that file.

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