Hey folks - just posting here in case anyone else ...
# support
t
Hey folks - just posting here in case anyone else has encountered this. But somehow, when updating to
solidus_support 0.9.3
, I'm running into errors I can't fully explain. Our CI system is running
bundle exec rake db:reset
and it fails to find the
Spree::Admin::UserSessionsController
. I'm suspecting that something doesn't play nicely between the change to autoloading here and the structure of the
solidus_auth_devise
library.
d
Hi Tom
👋 1
We have updated solidus_support to 0.9.3 yesterday. You are right, the problem is probably related with the autoload_path changes that we made yesterday here. We have tested it against different applications and it seems to work. Do you mind providing the full stack of the error that you have received?
e
yes, also the version of rails is very relevant to this 🙏
t
Ah ha! I apologize! It was
support 0.9.2
that was broken, and
support 0.9.3
appears to fix it. (I had two different PRs created at different times, and must have just missed the edge with the first one. 🙂 )
I'm testing with 0.9.3 right now to see if that is true - apologies for the mistake!
This is on Ruby 3.2 and Rails 7.0.5
d
ah ok. No problem. Nice to know that the fix is also working on your application.
t
Confirmed - 0.9.3 works for us, and seems to fix the issue in 0.9.2
👍 3
1