-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
SolidusI18n error with solidus v2.0.0 #73
Comments
If you use Rails5, you should set autoloading is enable. config/environments/production.rb I also had the same problem, but was resolved with this. I am not familiar with Rails, I do not know how may I send what kind of patch. Although the LocaleHelper in the app folder below is loaded, you will need to resolve the phenomenon in which the Locale is not loaded in the following lib folder. |
thanks. |
It's better to solve this probrem without setting config.enable_dependency_loading = true. |
thanks for tvdeyen. |
I see forrowing error at Admin-Settings with solidus v2.0.0.
when I remove a line "gem 'solidus_i18n'" from Gemfile, I don't see this error.
The text was updated successfully, but these errors were encountered: