You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly clear the ActiveRecord::QueryLogs context
It need to be clear after each request/job, that's what `app.executor`
is for.
For tests though, we have to use a test helper.
This is the same approach than `ActiveSupport::CurrentAttributes`.
0 commit comments