index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
log_subscriber.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
/
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-2
/
+2
*
Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...
Igor Kasyanchuk
2016-08-10
1
-1
/
+1
*
Add back unintentionally removed newline.
Kasper Timm Hansen
2016-08-07
1
-0
/
+1
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-2
/
+1
*
`log_process_action` will return an array, so use `empty?`
Aaron Patterson
2016-02-09
1
-1
/
+1
*
Avoid coupling Action Pack to Railties.
Kasper Timm Hansen
2016-02-06
1
-1
/
+1
*
Put some space for non-assets requests in development mode
Prathamesh Sonpatki
2016-02-03
1
-0
/
+2
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-9
/
+0
*
Remove extra empty line
Artur Cygan
2014-11-26
1
-1
/
+0
*
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-25
/
+26
*
Add spaces to deep_munge log message.
Shuhei Kagawa
2014-03-03
1
-3
/
+3
*
Simple Sungularize ActionController::UnpermittedParameters error in case when...
Serj L
2014-02-24
1
-1
/
+1
*
Log which keys were set to nil in deep_munge
Lukasz Sarnacki
2014-01-28
1
-0
/
+9
*
inspect the filter when displaying error messages
Aaron Patterson
2013-05-14
1
-1
/
+1
*
Use the instrumentation framework to instrument Strong Params
Daniel Schierbeck
2013-03-07
1
-0
/
+5
*
Optimize log subscribers to check if the log level is sufficient before perfo...
Brian Durand
2012-09-30
1
-6
/
+11
*
log 404 status when ActiveRecord::RecordNotFound was raised (#7646)
Yves Senn
2012-09-17
1
-1
/
+2
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Make AC::LogSubscriber#send_file like #send_data
Alexey Vakhov
2012-05-19
1
-3
/
+1
*
remove duplicate usage of Rack::Utils.status_code in LogSubscriber#process_ac...
Rafael Magana
2012-05-10
1
-1
/
+1
*
logger adds a newline for us
Aaron Patterson
2011-12-12
1
-1
/
+0
*
Add an ExceptionWrapper that wraps an exception and provide convenience helpers.
José Valim
2011-12-01
1
-1
/
+1
*
Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a...
José Valim
2011-11-30
1
-0
/
+4
*
make the logs a little simpler to view, put the render message inline with ot...
James Cox
2011-06-24
1
-4
/
+5
*
Use .ref instead of .to_sym.
José Valim
2011-05-07
1
-1
/
+3
*
A patch so that http status codes are still included in logs even during an e...
Doug Fales
2011-01-25
1
-1
/
+5
*
Fix logging when cache key contains % sign [#5570 state:resolved]
Krekoten' Marjan
2010-09-25
1
-1
/
+1
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-0
/
+56