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
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-1
/
+3
*
Revert "Merge pull request #6226 from gnufied/master"
Rafael Mendonça França
2013-04-10
1
-2
/
+6
*
SQLite3 3.6.8+ supports nested transactions [ci skip]
Neeraj Singh
2013-03-18
1
-1
/
+1
*
multiple actions for :on option with `after_commit` and `after_rollback`
Yves Senn
2013-02-21
1
-14
/
+17
*
Don't call after_commit when creating through an association and save fails, ...
James Miller
2013-02-13
1
-1
/
+4
*
validate :on option on after_commit and after_rollback callbacks
Pascal Friederich
2012-12-26
1
-6
/
+16
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-14
/
+14
*
frozen state should be restored after txn is aborted
Aaron Patterson
2012-10-22
1
-2
/
+3
*
Fix out-of-date URL.
Alex Reisner
2012-09-19
1
-1
/
+1
*
Revert "create a transaction object and point AR objects at that object durin...
Jon Leighton
2012-09-15
1
-29
/
+6
*
create a transaction object and point AR objects at that object during a
Aaron Patterson
2012-09-07
1
-6
/
+29
*
documents after_(commit|rollback)
Xavier Noria
2012-08-30
1
-0
/
+18
*
ivar will always be defined, so stop checking
Aaron Patterson
2012-08-23
1
-3
/
+1
*
initialize instance variables for transactions to remove conditionals
Aaron Patterson
2012-08-20
1
-8
/
+6
*
fix whitespace errors
Aaron Patterson
2012-08-20
1
-2
/
+2
*
Restore state on create when ActiveRecord::RecordInvalid is raised
Dave Yeu
2012-08-11
1
-1
/
+1
*
Restore the frozen state on rollback. Fixes #6417.
Godfrey Chan
2012-05-21
1
-1
/
+3
*
Merge pull request #5535 from markmcspadden/issue_5527_rollbacks
Aaron Patterson
2012-05-16
1
-1
/
+9
|
\
|
*
Allow manual rollbacks in after_save to reset object correctly
Mark McSpadden
2012-03-21
1
-1
/
+9
*
|
Fix transaction state not changing when after record gets commited
Hemant Kumar
2012-05-09
1
-6
/
+2
|
/
*
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
[next]