We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It looks like some of the queries aren't compatible with a strict_loading_by_default configuration.
strict_loading_by_default
With this configuration in application.rb, solid_queue doesn't work.
application.rb
solid_queue
config.active_record.strict_loading_by_default = true
I will try to find some time to dig into his and open a fix.