aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/filters_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-1/+1
* Tests only after filters in cache sweepersJeroen Jacobs2011-06-221-0/+5
* Fix filter :only and :except with implicit actionsAndrew White2011-03-231-11/+16
* Add a failing test case for an implicit action with a before filter.Manfred Stienstra2011-03-231-0/+22
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-5/+5
* Make after_filter halt when before_filter renders or redirects [#5648 state:r...Marcelo Giorgi2010-11-111-2/+79
* fixing a few test warningsAaron Patterson2010-10-041-2/+2
* We can't assign @view_context_class here, define super() in test instead if w...Emilio Tagua2010-09-291-0/+1
* Remove more warnings on AP.Emilio Tagua2010-09-281-1/+1
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Better test for ticket [#3914 state:resolved]Neeraj Singh2010-06-091-0/+11
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+6
* Use better assertion methods for testingNeeraj Singh2010-05-191-7/+7
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-2/+2
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-3/+3
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-50/+18
* YAGNI Method references. DeprecatedYehuda Katz2009-06-021-4/+6