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
/
lib
/
active_record
/
transactions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove leaky unused signal handler for transactions.
Jeremy Kemper
2007-12-22
1
-2
/
+0
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
1
-3
/
+3
*
Removed documentation for the removed rollback! method on transactions and me...
Tobias Lütke
2007-11-29
1
-12
/
+2
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-1
/
+1
*
Make transaction documentation example more realistic
Marcel Molina
2007-11-06
1
-2
/
+2
*
Explain semantics of having several different AR instances in a transaction b...
Marcel Molina
2007-11-06
1
-0
/
+13
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
1
-1
/
+2
*
Remove deprecated object transactions. People relying on this functionality ...
Michael Koziarski
2007-03-16
1
-39
/
+4
*
Added database connection as a yield parameter to ActiveRecord::Base.transact...
David Heinemeier Hansson
2007-02-21
1
-0
/
+11
*
Fix new_record? and id rollback. Closes #6910.
Jeremy Kemper
2007-01-12
1
-15
/
+14
*
Rollback #new_record? and #id values for created records that rollback in an ...
Rick Olson
2007-01-02
1
-2
/
+19
*
Deprecation: object transactions warning.
Jeremy Kemper
2006-11-02
1
-5
/
+14
*
Wrap save! in a transaction. Closes #6324.
Jeremy Kemper
2006-10-10
1
-2
/
+6
*
r4644@asus: jeremy | 2006-06-16 14:57:03 -0700
Jeremy Kemper
2006-06-19
1
-17
/
+14
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-5
/
+3
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
1
-2
/
+2
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
1
-3
/
+1
*
Added rollbacks of transactions if they're active as the dispatcher is killed...
David Heinemeier Hansson
2005-04-10
1
-0
/
+7
*
Finished polishing API docs
David Heinemeier Hansson
2005-02-23
1
-2
/
+2
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-2
/
+2
*
Restored thread safety to Active Record [andreas]
David Heinemeier Hansson
2004-12-30
1
-10
/
+16
*
Transactions are now actually working on the database level on save, but thre...
David Heinemeier Hansson
2004-12-30
1
-1
/
+2
*
Fixed that nested transactions now work by letting the outer most transaction...
David Heinemeier Hansson
2004-12-22
1
-13
/
+11
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+119