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
On trying to upgrade to Rails 7.2, I was experiencing
[SystemStackError: stack level too deep (SystemStackError)]
On debugging, I found the object triggering this was an instance of
ActiveRecord::Transaction.
Adding this condition in appears to fix the problem.
0 commit comments