index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
transactions_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mock the beginning of the transaction also. References #8642.
Jeremy Kemper
2007-06-23
1
-0
/
+1
*
Rollback if commit raises an exception. Closes #8642.
Jeremy Kemper
2007-06-23
1
-10
/
+22
*
Replace the transaction {|transaction|..} semantics with a new Exception Acti...
Michael Koziarski
2007-05-18
1
-2
/
+2
*
Remove deprecated object transactions. People relying on this functionality ...
Michael Koziarski
2007-03-16
1
-20
/
+0
*
Added database connection as a yield parameter to ActiveRecord::Base.transact...
David Heinemeier Hansson
2007-02-21
1
-1
/
+19
*
Fix new_record? and id rollback. Closes #6910.
Jeremy Kemper
2007-01-12
1
-1
/
+3
*
Rollback #new_record? and #id values for created records that rollback in an ...
Rick Olson
2007-01-02
1
-0
/
+38
*
Deprecation: object transactions warning.
Jeremy Kemper
2006-11-02
1
-6
/
+8
*
r4644@asus: jeremy | 2006-06-16 14:57:03 -0700
Jeremy Kemper
2006-06-19
1
-66
/
+77
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
1
-0
/
+1
*
Move transaction thread-safety test to transactions_test. Check that simulta...
Jeremy Kemper
2005-09-30
1
-11
/
+79
*
Fix broken testcase for transactions
Nicholas Seckar
2005-09-29
1
-1
/
+1
*
Fix transactions so that calling return while inside a transaction will not l...
Nicholas Seckar
2005-09-28
1
-1
/
+32
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-2
/
+9
*
Fixed that nested transactions now work by letting the outer most transaction...
David Heinemeier Hansson
2004-12-22
1
-1
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+110