aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-10 17:49:42 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-04-12 09:19:03 +0900
commit9252da96597fbffe2246704556524c4804239552 (patch)
tree29efc8db177ce019f4bcbac90f5d6667f54226d7 /activerecord/examples
parentfaf07d1468af06bb3f7f5dd0776d77dd252af3b6 (diff)
downloadrails-9252da96597fbffe2246704556524c4804239552.tar.gz
rails-9252da96597fbffe2246704556524c4804239552.tar.bz2
rails-9252da96597fbffe2246704556524c4804239552.zip
Don't call after_commit callbacks despite a record isn't saved
Regardless of a record isn't saved (e.g. validation is failed), `after_commit` / `after_rollback` callbacks are invoked for now. To fix the issue, this adds a record to the current transaction only when a record is actually saved. Fixes #29747. Closes #29833.
Diffstat (limited to 'activerecord/examples')
0 files changed, 0 insertions, 0 deletions