aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/transactions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move transaction thread-safety test to transactions_test. Check that simulta...Jeremy Kemper2005-09-301-11/+79
* Fix broken testcase for transactionsNicholas Seckar2005-09-291-1/+1
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-281-1/+32
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-2/+9
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-221-1/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+110