aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-251-6/+6
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-071-5/+4
* Remove deprecated passing string to define callbackRyuta Kamizono2017-02-041-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* 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