aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-7/+7
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Cleanup deprecation warnings in active recordCarlos Antonio da Silva2010-09-061-9/+8
* fisting after_rollback and after commit callbacksAaron Patterson2010-08-201-1/+6
* Remove test ordering bug by using another classEvan Phoenix2010-03-221-4/+7
* squelching more warnings in the AR tests. [#4218 state:resolved]Aaron Patterson2010-03-181-1/+1
* Ensure before_validation and after_validation accepts :on as option.José Valim2010-01-061-1/+44
* Refactor new callbacks and AR implementation.José Valim2009-09-081-3/+3
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-61/+57
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Fixed broken after_save callback; was being called when before_create was can...Michael Lovitt2009-01-161-3/+41
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+400