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
/
test
/
cases
/
transaction_callbacks_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always add records to parent of nested transaction
Eugene Kenny
2018-11-07
1
-0
/
+11
*
Fix `save` in `after_create_commit` won't invoke extra `after_create_commit`
Ryuta Kamizono
2018-06-04
1
-0
/
+9
*
`record.destroy` on new record won't invoke after create commit callbacks
Ryuta Kamizono
2018-06-03
1
-0
/
+8
*
Fix logic on disabling commit callbacks
Brian Durand
2018-05-04
1
-0
/
+20
*
Fix that after commit callbacks on update does not triggered when optimistic ...
Ryuta Kamizono
2018-03-06
1
-0
/
+22
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-4
/
+4
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-4
/
+4
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Prioritize checking `:on` actions before `:if` for transaction callbacks
Erol Fornoles
2017-02-21
1
-0
/
+40
*
Emulate db trigger behaviour for after_commit :destroy, :update
Stefan Budeanu
2016-12-09
1
-0
/
+45
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-20
/
+20
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-6
/
+6
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-12
/
+12
*
Fix corrupt transaction state caused by `before_commit` exceptions
Jeremy Daer
2016-02-01
1
-0
/
+26
*
Introduce after_{create,update,delete}_commit callbacks
Genadi Samokovarov
2015-12-06
1
-3
/
+3
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Fix before_commit when updating a record on the callback
Arthur Neves
2015-03-14
1
-0
/
+22
*
Rename tests
Arthur Neves
2015-02-24
1
-4
/
+4
*
Add before_commit
Arthur Neves
2015-02-24
1
-2
/
+3
*
Add transaction callbacks that wont enroll to the transaction.
Arthur Neves
2015-02-24
1
-0
/
+59
*
TransactionManager should call rollback records
Arthur Neves
2015-01-20
1
-1
/
+1
*
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
1
-14
/
+13
*
Change transaction callbacks to not swallowing errors.
Rafael Mendonça França
2015-01-04
1
-41
/
+0
*
Make error message clearer that :on requires a symbol, not a string
Carol Nichols
2014-12-07
1
-0
/
+4
*
Add option to stop swallowing errors on callbacks.
Arthur Neves
2014-08-18
1
-0
/
+76
*
Fix regression on after_commit in nested transactions.
Arthur Neves
2014-08-15
1
-0
/
+13
*
Make sure transaction state resets after commit
Arthur Neves
2014-02-03
1
-0
/
+15
*
Do not set up a variable used only in two tests
Carlos Antonio da Silva
2014-01-16
1
-15
/
+18
*
No need for instance vars on single tests
Carlos Antonio da Silva
2014-01-16
1
-8
/
+8
*
Cleanup duplicated setup of callbacks in transactions tests
Carlos Antonio da Silva
2014-01-16
1
-48
/
+19
*
No need to use #send with public methods
Carlos Antonio da Silva
2014-01-16
1
-10
/
+10
*
Make AR::Base#touch fire the after_commit and after_rollback callbacks
Harry Brundage
2014-01-16
1
-1
/
+46
*
Don't rewrite AR connection#commit_db_transaction method globally
Akira Matsuda
2013-07-29
1
-4
/
+4
*
Revert "Merge pull request #6226 from gnufied/master"
Rafael Mendonça França
2013-04-10
1
-32
/
+0
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-4
/
+4
*
multiple actions for :on option with `after_commit` and `after_rollback`
Yves Senn
2013-02-21
1
-0
/
+35
*
Don't call after_commit when creating through an association and save fails, ...
James Miller
2013-02-13
1
-0
/
+27
*
validate :on option on after_commit and after_rollback callbacks
Pascal Friederich
2012-12-26
1
-0
/
+8
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-81
/
+0
*
Fix test
Jon Leighton
2012-09-15
1
-2
/
+2
*
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
1
-2
/
+2
*
Merge pull request #5535 from markmcspadden/issue_5527_rollbacks
Aaron Patterson
2012-05-16
1
-0
/
+37
|
\
|
*
Allow manual rollbacks in after_save to reset object correctly
Mark McSpadden
2012-03-21
1
-0
/
+37
*
|
make both cached and record_updated accessors in one line
Hemant Kumar
2012-05-09
1
-2
/
+1
[next]