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
*
Introduce after_{create,update,delete}_commit callbacks
Genadi Samokovarov
2015-12-06
1
-3
/
+23
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-29
/
+30
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-0
/
+1
*
Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...
amitkumarsuroliya
2015-09-10
1
-1
/
+1
*
Fix state being carried over from previous transaction
Roque Pinel
2015-07-20
1
-0
/
+4
*
fix doc about ActiveRecord::Transactions::ClassMethods#transaction [ci skip]
Mehmet Emin İNAÇ
2015-07-20
1
-2
/
+1
*
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-6
/
+6
*
[ci skip] Upcase `SAVEPOINT`
yui-knk
2015-05-12
1
-1
/
+1
*
[ci skip] Fix comment indent
yui-knk
2015-05-12
1
-1
/
+1
*
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-6
/
+6
*
‘test_after_commit’ gem is not required in Rails 5 remove note from doc
Gaurav Sharam
2015-03-10
1
-5
/
+3
*
Fix transaction state for unsynced records when entering transaction
brainopia
2015-03-04
1
-0
/
+1
*
Fix rollback of frozen records
brainopia
2015-03-04
1
-1
/
+2
*
Revert "mutate the transaction object to reflect state"
Aaron Patterson
2015-03-02
1
-7
/
+7
*
ask the txn for it's state, not a state object
Aaron Patterson
2015-03-02
1
-7
/
+7
*
Make private methods private
Arthur Neves
2015-03-02
1
-0
/
+2
*
Remove !has_transactional_callbacks? check
Arthur Neves
2015-03-02
1
-1
/
+1
*
remove useless instance variable
Aaron Patterson
2015-03-02
1
-9
/
+4
*
Move transaction code to transaction module
Arthur Neves
2015-03-01
1
-0
/
+41
*
Add before_commit
Arthur Neves
2015-02-24
1
-0
/
+17
*
Add transaction callbacks that wont enroll to the transaction.
Arthur Neves
2015-02-24
1
-2
/
+20
*
add destroyed records to the currend transaction
Aaron Patterson
2015-02-01
1
-1
/
+4
*
push add to transaction logic down to the instance
Aaron Patterson
2015-02-01
1
-1
/
+5
*
remove conditional that is always true
Aaron Patterson
2015-02-01
1
-3
/
+2
*
Use keyword args on committed! and rolledback!
Arthur Neves
2015-01-09
1
-2
/
+2
*
Merge pull request #18349 from jdelStrother/primarykeyless
Sean Griffin
2015-01-05
1
-1
/
+1
|
\
|
*
Fix rollback of primarykey-less tables
Jonathan del Strother
2015-01-05
1
-1
/
+1
*
|
Change transaction callbacks to not swallowing errors.
Rafael Mendonça França
2015-01-04
1
-19
/
+10
|
/
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-1
/
+0
*
Throw :abort halts default CallbackChains
claudiob
2015-01-02
1
-1
/
+1
*
Merge branch 'brainopia-remember_frozen_state_in_transaction'
Sean Griffin
2014-12-26
1
-7
/
+5
|
\
|
*
Propagate frozen state during transaction changes
brainopia
2014-12-26
1
-7
/
+5
|
/
*
Merge pull request #18102 from arthurnn/nodoc_constant
Arthur Nogueira Neves
2014-12-19
1
-0
/
+2
*
Make error message clearer that :on requires a symbol, not a string
Carol Nichols
2014-12-07
1
-1
/
+1
*
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-2
/
+2
*
Make the config actually copyable
Godfrey Chan
2014-10-14
1
-1
/
+1
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-2
/
+2
*
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
1
-10
/
+9
*
make it easy to copy & paste the config from deprecation warning.
Yves Senn
2014-08-28
1
-2
/
+3
*
Fix after_commit warning message
Arthur Neves
2014-08-18
1
-1
/
+1
*
Add option to stop swallowing errors on callbacks.
Arthur Neves
2014-08-18
1
-4
/
+22
*
Merge pull request #15564 from sgrif/sg-remove-dead-code
Rafael Mendonça França
2014-06-07
1
-7
/
+2
|
\
|
*
Remove dead branch when restoring ID within a transaction
Sean Griffin
2014-06-07
1
-7
/
+2
*
|
Move conditionals about freezing closer to the definition of `freeze`
Sean Griffin
2014-06-07
1
-4
/
+2
|
/
*
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
[next]