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
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-0
/
+1
|
\
|
*
Fix bug with rolling back frozen attributes.
Brian Durand
2010-06-18
1
-0
/
+1
*
|
Adds title to the rest of the files in activerecord/lib
Rizwan Reza
2010-06-16
1
-2
/
+4
|
/
*
Make logic for after_commit and after_rollback :on option work like it does f...
Brian Durand
2010-06-08
1
-18
/
+33
*
Revert "Temporarily revert "Update after_commit and after_rollback docs and t...
Jeremy Kemper
2010-06-08
1
-9
/
+109
*
Temporarily revert "Update after_commit and after_rollback docs and tests to ...
Jeremy Kemper
2010-06-08
1
-109
/
+9
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-12
/
+10
*
edit pass in the transactions preamble rdoc
Xavier Noria
2010-05-02
1
-24
/
+31
*
after_(commit|rollback) rdoc, edit pass
Xavier Noria
2010-04-30
1
-5
/
+5
*
Update after_commit and after_rollback docs and tests to use new style API wi...
Brian Durand
2010-04-29
1
-5
/
+0
*
Add after_commit and after_rollback callbacks to ActiveRecord that are called...
Brian Durand
2010-04-29
1
-14
/
+117
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
1
-2
/
+2
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-7
/
+5
*
Merge docrails
Pratik Naik
2009-04-05
1
-0
/
+2
*
Revert "Wrap calls to update_attributes in a transaction."
Michael Koziarski
2009-02-22
1
-15
/
+1
*
Wrap calls to update_attributes in a transaction.
Xavier Noria
2009-02-22
1
-1
/
+15
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
1
-15
/
+12
*
Merge branch 'master' into savepoints
Jeremy Kemper
2009-01-10
1
-2
/
+2
|
\
|
*
Don't use the transaction instance method so that people with has_one/belongs...
Frederick Cheung
2008-12-10
1
-2
/
+2
*
|
Rename ActiveRecord::Base#transaction's :force option to :nest. Improve docum...
Hongli Lai (Phusion)
2008-11-03
1
-2
/
+57
*
|
Improve documentation for DatabaseStatements#transactions and AbstractAdapter...
Hongli Lai (Phusion)
2008-11-03
1
-0
/
+2
*
|
Implement savepoints.
Jonathan Viney
2008-11-03
1
-8
/
+4
|
/
*
Merge docrails
Pratik Naik
2008-10-05
1
-18
/
+69
*
Merge docrails
Pratik Naik
2008-09-03
1
-1
/
+1
*
Rollback the transaction when a before_* callback returns false.
Xavier Noria
2008-08-24
1
-2
/
+14
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-3
/
+6
*
Move the transaction counter to the connection object rather than maintaining...
Jonathan Viney
2008-07-15
1
-14
/
+3
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Improve documentation.
Pratik Naik
2008-04-05
1
-1
/
+1
*
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
[next]