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
Allow warning: redefining 'object_id' may cause serious problems in the TransactionCallbacksTest
This commit allows the `warning: redefining 'object_id' may cause serious problems`
in the `TransactionCallbacksTest` that have been added via rails#38990 .
I prefer not to allow `warning: redefining 'object_id' may cause serious problems` warning everywhere
because generally overriding object_id should not be done.
Refer to
ruby/ruby#11834Fixrails#53266
0 commit comments