-
Notifications
You must be signed in to change notification settings - Fork 131
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
Not compatible with strict loading by default #122
Comments
Ooh, totally @joeldrapper! Thanks for pointing this out. I didn't think of If you have time to contribute a fix, that'd be incredible, but if not, we'll definitely tackle this down the road. Thank you 🙏 |
Fixes rails#122 Allow an app to run in strict_loading_by_default mode by explicitly turning off strict loading on all solid queue models.
I spent an absurd amount of time trying to strict load the gem's models. 🤦 Here's the (WIP) patch to enable strict loading inside of the gem just to give an idea: JoeDupuis#1 |
It looks like some of the queries aren't compatible with a
strict_loading_by_default
configuration.With this configuration in
application.rb
,solid_queue
doesn't work.I will try to find some time to dig into his and open a fix.
The text was updated successfully, but these errors were encountered: