-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Bug: NameError #174
Comments
I believe this is due to how rails 6 now eager loads: See: https://github.com/fxn/zeitwerk#use-case-files-that-do-not-follow-the-conventions |
You can opt-out of using zeitwerk autoloader in the meantime by adding this: # https://guides.rubyonrails.org/autoloading_and_reloading_constants.html#opting-out
# config/application.rb
config.load_defaults "6.0"
config.autoloader = :classic |
Thanks, we need to update some file content to be compatible with Zeitwerk. I'll take care of this as soon as possible. |
I merged #176 and we can close this one when a new version will be released. |
The fix for this is included into versions |
rails version :
6.0.0
solidus Version:
2.10.0.beta1
solidus_auth_devise Version:
2.3.0
Running
RAILS_ENV=production bundle exec rails s
results in the following error with a fresh install of solidus. It could be something I've misconfigured so please let me knowThe text was updated successfully, but these errors were encountered: