aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce method callsAkira Matsuda2019-07-311-2/+1
* colorize the unpermitted params log messageblahed2018-12-031-1/+1
* Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-2/+5
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-2/+2
* Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...Igor Kasyanchuk2016-08-101-1/+1
* Add back unintentionally removed newline.Kasper Timm Hansen2016-08-071-0/+1
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-2/+1
* `log_process_action` will return an array, so use `empty?`Aaron Patterson2016-02-091-1/+1
* Avoid coupling Action Pack to Railties.Kasper Timm Hansen2016-02-061-1/+1
* Put some space for non-assets requests in development modePrathamesh Sonpatki2016-02-031-0/+2
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-9/+0
* Remove extra empty lineArtur Cygan2014-11-261-1/+0
* Prefer to pass block when logging.Guo Xiang Tan2014-07-181-25/+26
* Add spaces to deep_munge log message.Shuhei Kagawa2014-03-031-3/+3
* Simple Sungularize ActionController::UnpermittedParameters error in case when...Serj L2014-02-241-1/+1
* Log which keys were set to nil in deep_mungeLukasz Sarnacki2014-01-281-0/+9
* inspect the filter when displaying error messagesAaron Patterson2013-05-141-1/+1
* Use the instrumentation framework to instrument Strong ParamsDaniel Schierbeck2013-03-071-0/+5
* Optimize log subscribers to check if the log level is sufficient before perfo...Brian Durand2012-09-301-6/+11
* log 404 status when ActiveRecord::RecordNotFound was raised (#7646)Yves Senn2012-09-171-1/+2
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Make AC::LogSubscriber#send_file like #send_dataAlexey Vakhov2012-05-191-3/+1
* remove duplicate usage of Rack::Utils.status_code in LogSubscriber#process_ac...Rafael Magana2012-05-101-1/+1
* logger adds a newline for usAaron Patterson2011-12-121-1/+0
* Add an ExceptionWrapper that wraps an exception and provide convenience helpers.José Valim2011-12-011-1/+1
* Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...José Valim2011-11-301-0/+4
* make the logs a little simpler to view, put the render message inline with ot...James Cox2011-06-241-4/+5
* Use .ref instead of .to_sym.José Valim2011-05-071-1/+3
* A patch so that http status codes are still included in logs even during an e...Doug Fales2011-01-251-1/+5
* Fix logging when cache key contains % sign [#5570 state:resolved]Krekoten' Marjan2010-09-251-1/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+56