aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-2/+2
* after_create in ActiveModel should in the order specifiedNeeraj Singh2010-09-271-0/+30
* no callbacks should be created for empty array [#5289 state:resolved]Subba Rao Pasupuleti2010-08-121-0/+14
* Use better assertion methods for testingNeeraj Singh2010-05-191-1/+1
* Move ActiveRecord callbacks implementation to ActiveModel and make use of it.José Valim2009-12-281-0/+70