aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transaction_callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove observers and sweepersRafael Mendonça França2012-11-281-81/+0
* Fix testJon Leighton2012-09-151-2/+2
* Start to tease out transaction handling into a state machineJon Leighton2012-09-151-2/+2
* Merge pull request #5535 from markmcspadden/issue_5527_rollbacksAaron Patterson2012-05-161-0/+37
|\
| * Allow manual rollbacks in after_save to reset object correctlyMark McSpadden2012-03-211-0/+37
* | make both cached and record_updated accessors in one lineHemant Kumar2012-05-091-2/+1
* | after_commit :on => :update should be called when save isHemant Kumar2012-05-091-0/+7
* | Fix transaction state not changing when after record gets commitedHemant Kumar2012-05-091-0/+25
|/
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-2/+2
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* fisting after_rollback and after commit callbacksAaron Patterson2010-08-201-4/+8
* assert_equal hereSantiago Pastorino2010-08-161-2/+2
* Added test case to verify that transaction callbacks are correctly propagated...Tobias Lütke2010-08-091-0/+41
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-1/+0
* 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