aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Remove redundant test setups in log_subscriber_testst00122019-04-241-21/+1
* Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-221-2/+2
* Ensure external redirects are explicitly allowedGannon McGibbon2019-01-171-2/+2
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Merge pull request #31099 from nobu/patch-1Rafael Mendonça França2017-11-091-1/+1
|\
| * Use `Dir.mktmpdir`Nobuyoshi Nakada2017-11-091-1/+1
| * Use `Tempfile.create`Nobuyoshi Nakada2017-11-091-1/+1
|/
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Assign config on base instead of on `@controller`.Kasper Timm Hansen2016-08-071-1/+1
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+16
* modernizes hash syntax in actionpackXavier Noria2016-08-061-8/+8
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-10/+10
* Pass headers through to payload for logging.Gareth du Plooy2016-03-081-0/+6
* tests, test should not care wether 9ms or 11ms have passed.Yves Senn2015-11-041-1/+1
* Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-151-1/+1
* Fix warning about ambiguous first argumentArun Agrawal2015-05-291-1/+1
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-2/+2
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-5/+7
* Ensure append_info_to_payload is called even if an exception is raised.Dieter Komendera2014-12-101-0/+20
* fix filesystem race conditionAaron Patterson2014-07-171-1/+1
* Clear filtered request attributes between requests in testsAndrew White2014-01-271-0/+11
* Removed :if and :unless from fragment cache option in favour ofAngelo capilleri2012-12-141-16/+16
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-071-1/+1
* Allow fragment cache to accept :if and :unless optionsFabrizio Regini2012-12-051-0/+64
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+22
* extract AP Page and Action caching to actionpack-deprecated_caching gemFrancesco Rodriguez2012-10-031-18/+0
* log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-0/+15
* Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...José Valim2011-11-301-1/+12
* Ensure that status codes are logged properlyJesse Storimer2011-07-181-0/+19
* renamed the wrap_parameters :only and :except options to :include and :exclud...Josh Kalderimis2011-05-191-3/+3
* Improve performance for filtered parameters and add tests.José Valim2011-05-031-0/+11
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-10/+10
* A patch so that http status codes are still included in logs even during an e...Doug Fales2011-01-251-0/+15
* Issue one Cache#read command instead of two in the case of a fragment cache hitChristos Trochalakis2011-01-181-4/+4
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* fixing warnings with regexps on assert_matchAaron Patterson2010-10-011-2/+2
* fixing space errorAaron Patterson2010-09-291-1/+1
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-13/+13
* Fix logging when cache key contains % sign [#5570 state:resolved]Krekoten' Marjan2010-09-251-0/+16
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-13/+0
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+5
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-4/+4
* Refactor cache_store to use ActionController configCarlhuda2010-03-041-2/+1
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+2
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-3/+0
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-2/+2