I am having some code loading issues
# avo-2
c
I am having some code loading issues with an Avo project. Specifically, it's not finding any of my actions. I'm not doing anything with include/eager-loading paths, I've cleared the bootsnap cache. I am monkey-patching
Avo::TabGroupBuilder
to add a couple methods, and using
Rails.configuration.to_prepare
to include a a couple modules in
Avo::ApplicationController
. Could either of those things be causing some interference?
Hrm. Nope. The app is Rails 7.0.5, with Avo 2.34.6. Pro license.
I can confirm it only happens in development mode.
Sigh. I think I figured it out. I had a mismatch between the filename and class name for one of my actions. Somehow, that seems to have broken code loading for all actions.
l
Thanks for letting us know