aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transaction_callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with rolling back frozen attributes.Brian Durand2010-06-181-3/+11
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-0/+240
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-240/+0
* Fixes a test on transaction_callbacks_test.rbSantiago Pastorino2010-05-191-2/+2
* Fixes transaction callbacks testsSantiago Pastorino2010-05-181-23/+19
* Use assert_equal correctly in transaction callback tests (exposing some of th...Paco Guzman2010-05-171-17/+17
* Update after_commit and after_rollback docs and tests to use new style API wi...Brian Durand2010-04-291-6/+6
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-0/+244