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
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-4
/
+4
*
fix typo [ci skip]
Vijay Dev
2014-05-17
1
-1
/
+1
*
Remove unecessary require
Arthur Neves
2014-05-16
1
-2
/
+0
*
Reuse the force_clear_transaction_record_state
Rafael Mendonça França
2014-05-16
1
-1
/
+1
*
Missed if :bomb:
Rafael Mendonça França
2014-05-16
1
-1
/
+1
*
Add a specific method to force the transaction record state clear
Rafael Mendonça França
2014-05-16
1
-5
/
+8
*
Clear transaction state if callback raise rollback
Arthur Neves
2014-05-15
1
-1
/
+1
*
Small refactoring on clear_transaction_record_state
Arthur Neves
2014-05-15
1
-3
/
+5
*
Reverts "Fix bugs with changed attributes tracking when transaction gets roll...
Arthur Neves
2014-05-09
1
-4
/
+0
*
Dup the changed_attributes otherwise we could lose them
Arthur Neves
2014-05-07
1
-1
/
+1
*
Keep track of dirty attrs after after rollback.
Arthur Neves
2014-05-07
1
-2
/
+0
*
Merge pull request #13166 from bogdan/transaction-magic
Rafael Mendonça França
2014-05-07
1
-0
/
+6
|
\
|
*
Fix bugs with changed attributes tracking when transaction gets rollback
Bogdan Gusiev
2013-12-04
1
-0
/
+6
*
|
AR .persisted? throws SystemStackError for an unsaved model with a
chrisfinne
2014-03-27
1
-1
/
+1
*
|
Make sure transaction state resets after commit
Arthur Neves
2014-02-03
1
-1
/
+1
*
|
Make AR::Base#touch fire the after_commit and after_rollback callbacks
Harry Brundage
2014-01-16
1
-0
/
+4
*
|
Get rid of unused TransactionError constant
Carlos Antonio da Silva
2014-01-15
1
-3
/
+0
*
|
Avoid converting :on option to array twice when defining commit/rollback call...
Carlos Antonio da Silva
2014-01-15
1
-3
/
+2
|
/
*
Fixed typo with after_commit docs
Chris Ledet
2013-10-25
1
-2
/
+2
*
#4566: Remove extra decrement of transaction level
Paul Nikitochkin
2013-07-14
1
-3
/
+3
*
removed unnecessary mapping for on options
Anton Kalyaev
2013-06-25
1
-5
/
+5
*
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
|
\
[next]