aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/transaction.rb
Commit message (Expand)AuthorAgeFilesLines
* Move TransactionManager to bottom of classArthur Neves2014-07-311-67/+67
* Make ClosedTransaction a null objectArthur Neves2014-07-311-16/+6
* Remove parent on Transaction objectArthur Neves2014-07-311-16/+9
* Remove being/number methods from transaction classArthur Neves2014-07-311-27/+8
* Remove @state.parent assignment on commitArthur Neves2014-07-291-2/+1
* Extract the transaction class to a local variableRafael Mendonça França2014-07-281-6/+2
* savepoint_name should return nil for non-savepoint transactionsArthur Neves2014-07-281-1/+6
* Transactions refactoringArthur Neves2014-07-281-0/+58
* Remove finishing? method from transaction.Arthur Neves2014-07-241-23/+10
* 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