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
*
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