aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-2/+2
* Deprecate passing string to define callback.yui-knk2015-12-161-1/+1
* Deprecate `false` as the way to halt AM callbacksclaudiob2015-01-021-3/+13
* Add AM test: after/around callback returning falseclaudiob2014-12-141-4/+15
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-3/+3
* fix some typos found in activemodelVipul A M2013-03-181-1/+1
* 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