aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/filters_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-1/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-8/+4
* More exercise `test_running_prepended_before_and_after_action`Ryuta Kamizono2018-12-191-1/+3
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+3
* 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
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-23/+23
* Remove deprecated methods related to controller filtersRafael Mendonça França2016-10-091-29/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-29/+29
* modernizes hash syntax in actionpackXavier Noria2016-08-061-46/+46
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-63/+63
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-13/+13
* only call methods that are on the superclassAaron Patterson2015-07-141-1/+1
* let the superclass build the request and responseAaron Patterson2015-07-081-5/+2
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-80/+71
* fix NameError in `skip_filter`. callback doesn't exist.yuuji.yaginuma2015-02-271-0/+8
* Use other controller instead of sharing the controllerRafael Mendonça França2015-02-241-18/+17
* Make TestController available to all test classesRafael Mendonça França2015-02-241-16/+16
* Deprecate `AbstractController::Callbacks#skip_action_callback`Iain Beeston2015-02-241-2/+22
* Add test/doc for :if/:except in skip_before_actionclaudiob2015-01-081-2/+19
* Add test case and documentation for skip_before_filter.Lauro Caetano2015-01-081-0/+17
* Remove single space response body for head requestPrathamesh Sonpatki2014-12-301-3/+3
* Remove misleading test: around_action return falseclaudiob2014-12-151-19/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-271-190/+190
* Tests that skips a controller filters that was set up using a classIonatan Wiznia2014-02-061-0/+16
* Unused classes in AP testsAkira Matsuda2013-12-251-11/+0
* Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-1/+1
* Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-1/+1
* Execute conditional procs on controller filters only for current action.Nicholas Jakobsen2013-08-101-0/+9
* Merge pull request #10591 from acapilleri/cond_callback_testAaron Patterson2013-05-151-0/+13
|\
| * add test for skip_before_filter with conditionAngelo capilleri2013-05-131-0/+13
* | use public api for testing rather than grabbing instance variablesAaron Patterson2013-05-141-1/+1
|/
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-5/+3
* Remove observers and sweepersRafael Mendonça França2012-11-281-41/+0
* AS::Callbacks: deprecate monkey patch of object callbacksBogdan Gusiev2012-09-071-7/+7
* Clean up Sweeper controller accessor when an Error is raisedBrian John2012-07-201-0/+11
* AS::Callbacks: deprecate monkey patch codeBogdan Gusiev2012-06-261-0/+12
* prevent the cache sweeper ignores NoMethodErrorayaya2012-03-291-0/+7
* Remove unused global variable in controller filters testAlexey Vakhov2012-02-231-2/+0
* Move render_to_body logic to return a spaced string to AC::RenderingCarlos Antonio da Silva2012-01-171-2/+0
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-12/+0