aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
* Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-0/+4
* fix typos in AR. lots of them.Vipul A M2013-03-191-1/+1
* Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-3/+10
* Refactored transaction state into its own object. Each transaction creates a ...wangjohn2013-01-211-5/+24
* Created state for a transaction and added tests.wangjohn2013-01-201-0/+12
* Support for specifying transaction isolation levelJon Leighton2012-09-211-9/+18
* Fix testJon Leighton2012-09-151-13/+19
* Move transaction joinability into the transaction objectJon Leighton2012-09-151-1/+8
* Alter the naming structure a bitJon Leighton2012-09-151-105/+103
* Split Open into Real and SavepointJon Leighton2012-09-151-25/+38
* Don't do the rollback in #commitJon Leighton2012-09-151-17/+6
* Store the transaction number in the transaction objectJon Leighton2012-09-151-5/+24
* Start to tease out transaction handling into a state machineJon Leighton2012-09-151-0/+124