aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge master.José Valim2010-02-171-0/+3
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+172