aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+1
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-2/+1
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* Remove deprecated `:if` and `:unless` string filter for callbacksRafael Mendonça França2017-10-231-15/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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-28/+2
* Deprecate passing string to `:if` and `:unless` conditional options on `set_c...Ryuta Kamizono2017-02-041-4/+17
* Remove deprecated passing string to define callbackRyuta Kamizono2017-02-041-31/+5
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
* Support double-yield inside an around callbackMatthew Draper2016-12-151-15/+68
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Tighten the backtrace pollution from passing through callbacksMatthew Draper2016-09-301-1/+72
* Add three new rubocop rulesRafael Mendonça França2016-08-161-9/+9
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-4/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-39/+39
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-6/+6
* Deprecate passing string to define callback.yui-knk2015-12-161-4/+14
* Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-2/+2
* Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-221-12/+8
* Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-7/+25
* Add config to halt callback chain on return falseclaudiob2015-01-021-0/+50
* Throw :abort halts default CallbackChainsclaudiob2015-01-021-5/+34
* Add test for `:skip_after_callbacks_if_terminated`claudiob2014-12-141-15/+33
* Unused classes in AS testsAkira Matsuda2013-12-191-21/+0
* remove deprecation noticesAaron Patterson2013-05-151-16/+0
* deprecating string based terminatorsAaron Patterson2013-05-141-1/+1
* Merge branch 'master' into normalizecbAaron Patterson2013-05-141-1/+2
|\
| * private callback methods should workAaron Patterson2013-05-141-1/+2
* | Merge branch 'master' into normalizecbAaron Patterson2013-05-131-0/+40
|\|
| * adding more callback type coverageAaron Patterson2013-05-131-0/+40
* | pass the actual filter, not a stringAaron Patterson2013-05-131-1/+1
|/
* add tests for reset_calbacksAaron Patterson2013-05-131-0/+40
* add test for object conditional with scopeAaron Patterson2013-05-081-0/+19
* adding a class conditional testAaron Patterson2013-05-081-0/+12
* adding tests for lambdas as conditionsAaron Patterson2013-05-081-0/+40
* we need to indicate the type of callbackAaron Patterson2013-05-081-2/+2
* adding more tests around callback inconsistenciesAaron Patterson2013-05-081-5/+47
* refactor tests for more pointsAaron Patterson2013-05-081-4/+5
* adding test to demonstrate inconsistencies in the AS::Callbacks apiAaron Patterson2013-05-081-0/+41
* fix issue #10502, do not recompute method name for already-stringified object...Sean Walbran2013-05-071-0/+22