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
*
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
*
|
after_commit :on => :update should be called when save is
Hemant Kumar
2012-05-09
1
-0
/
+7
*
|
Fix transaction state not changing when after record gets commited
Hemant Kumar
2012-05-09
1
-0
/
+25
|
/
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-2
/
+2
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
fisting after_rollback and after commit callbacks
Aaron Patterson
2010-08-20
1
-4
/
+8
*
assert_equal here
Santiago Pastorino
2010-08-16
1
-2
/
+2
*
Added test case to verify that transaction callbacks are correctly propagated...
Tobias Lütke
2010-08-09
1
-0
/
+41
*
removing unused models from tests
Subba Rao Pasupuleti
2010-07-21
1
-1
/
+0
*
Fix bug with rolling back frozen attributes.
Brian Durand
2010-06-18
1
-3
/
+11
*
Revert "Temporarily revert "Update after_commit and after_rollback docs and t...
Jeremy Kemper
2010-06-08
1
-0
/
+240
*
Temporarily revert "Update after_commit and after_rollback docs and tests to ...
Jeremy Kemper
2010-06-08
1
-240
/
+0
*
Fixes a test on transaction_callbacks_test.rb
Santiago Pastorino
2010-05-19
1
-2
/
+2
*
Fixes transaction callbacks tests
Santiago Pastorino
2010-05-18
1
-23
/
+19
*
Use assert_equal correctly in transaction callback tests (exposing some of th...
Paco Guzman
2010-05-17
1
-17
/
+17
*
Update after_commit and after_rollback docs and tests to use new style API wi...
Brian Durand
2010-04-29
1
-6
/
+6
*
Add after_commit and after_rollback callbacks to ActiveRecord that are called...
Brian Durand
2010-04-29
1
-0
/
+244