foreman
foreman copied to clipboard
Fixes #37116 - Enable bullet in the test environment
bullet is a tool to find n+1 query patterns. We already have it enabled in development, but not in testing. If we configure it to raise exceptions, we should have better guards against inefficient patterns.
Marking as a draft now. To properly test this we should submit a PR to every plugin to see how much this would break.