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

fix(tests): fix check of autoloaders #395

Closed
wants to merge 2 commits into from
Closed

Conversation

chloelbn
Copy link
Contributor

@chloelbn chloelbn commented Nov 27, 2020

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #393
Need Doc update no

Describe your change

In order for the app to be able to use Zeitwerk autoloading, a fix was made in the class loader. However, as the condition did not check if application was running before anything else, it triggered a undefined method config' for nil:NilClassonRails.application`. We now check first that the application is correctly running before making use of autoloading

This fixes the failing CI for Rails 6

@chloelbn
Copy link
Contributor Author

@mikeastock @vvo don't hesitate to provide your feedbacks on this PR as well! I'm not sure it's the most efficient way of fixing our error

@chloelbn
Copy link
Contributor Author

Fixed with #392

@chloelbn chloelbn closed this Jan 20, 2021
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

Successfully merging this pull request may close these issues.

Zeitwerk autoload does not work on the actual implementation
1 participant