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 IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-2
/
+0
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+2
*
fix nodocs
Vijay Dev
2011-12-09
1
-5
/
+5
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-1
/
+1
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-1
/
+1
*
Edited activerecord/lib/active_record/transactions.rb via GitHub
Ayose
2011-06-01
1
-1
/
+1
*
The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer a...
Ayose
2011-06-01
1
-1
/
+1
*
Use IM when trying to load records using ID.
Emilio Tagua
2011-04-04
1
-0
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-13
/
+11
|
\
|
*
Use run_callbacks; the generated _run_<name>_callbacks method is not a public...
John Firebaugh
2011-01-31
1
-2
/
+2
|
*
remove useless conditional
Aaron Patterson
2011-01-17
1
-10
/
+8
|
*
Allow primary_key to be an attribute when the model is a new record
Santiago Pastorino
2010-12-28
1
-2
/
+2
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-15
/
+19
|
\
|
|
*
reviews commit 53bbbcc
Xavier Noria
2010-12-11
1
-9
/
+11
|
*
Fix doc about nested transaction rollback
Ivan Evtukhovich
2010-12-09
1
-1
/
+2
|
*
Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584b
José Valim
2010-11-28
1
-7
/
+8
*
|
Remove object from identity map if transaction failed.
Emilio Tagua
2010-11-19
1
-0
/
+1
|
/
*
Don't check if persisted is defined just initialize it properly
Santiago Pastorino
2010-11-09
1
-1
/
+0
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-6
/
+7
*
#transaction on the instance level should take options as well
Carl Lerche
2010-10-14
1
-2
/
+2
*
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
[next]