| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |