find that thing in that gem what you need
I know it’s in Rails somewhere, maybe. But where the hell is it and how do I call it. If you want to do a quick grep of your entire bundled gems paths. You can….
bundle show --paths | xargs grep -r eager_load
I’m trying to find the way to run eager_load so that everything in my application that isn’t loaded in development doesn’t just fart and fall over in deploy.
Turns out it was this I wanted for Rails 6
Zeitwerk::Loader.eager_load_all