aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/transactions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Mock the beginning of the transaction also. References #8642.Jeremy Kemper2007-06-231-0/+1
* Rollback if commit raises an exception. Closes #8642.Jeremy Kemper2007-06-231-10/+22
* Replace the transaction {|transaction|..} semantics with a new Exception Acti...Michael Koziarski2007-05-181-2/+2
* Remove deprecated object transactions. People relying on this functionality ...Michael Koziarski2007-03-161-20/+0
* Added database connection as a yield parameter to ActiveRecord::Base.transact...David Heinemeier Hansson2007-02-211-1/+19
* Fix new_record? and id rollback. Closes #6910.Jeremy Kemper2007-01-121-1/+3
* Rollback #new_record? and #id values for created records that rollback in an ...Rick Olson2007-01-021-0/+38
* Deprecation: object transactions warning.Jeremy Kemper2006-11-021-6/+8
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-191-66/+77
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-0/+1
* 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