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
And it might lead to thread-safety problems due to it's process-wide effect. I remember it was once related to ActiveJob's async adapter which uses thread pool under the hood.
This cop should not warn about class User < ApplicationRecord; skip_callback :commit, :after, :after_owner_change; end
The text was updated successfully, but these errors were encountered:
I've seen code like this (in test suites):
And it might lead to thread-safety problems due to it's process-wide effect. I remember it was once related to ActiveJob's
async
adapter which uses thread pool under the hood.This cop should not warn about
class User < ApplicationRecord; skip_callback :commit, :after, :after_owner_change; end
The text was updated successfully, but these errors were encountered: