Closed pelargir closed 1 year ago
The fix has been merged.
I am using version 1.5 and it still breaks with rails 7.0. I cannot upgrade to 1.6 as I am using ruby 2.7.8. I cannot upgrade my ruby as I am using solidus_affirm_v2 too which is not support by ruby 3.0 yet.
Autoloading is broken on Rails 7 due to referencing a constant in the
load_preferences.rb
initializer:in `<module:Reviews>': uninitialized constant Spree::ReviewsConfiguration (NameError)
This PR fixes the problem.