| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop mutating body response | Geoff Lee | 2018-04-03 | 1 | -3/+3 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Remove deprecated file `rails/rack/debugger | Rafael Mendonça França | 2017-01-03 | 1 | -3/+0 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -38/+38 |
* | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -13/+11 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 2 | -8/+8 |
* | Remove unused private method | Syamil MJ | 2016-02-07 | 1 | -4/+0 |
* | Remove empty lines in Rails development logger | Jon Moss | 2016-01-24 | 1 | -6/+0 |
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-05-04 | 1 | -2/+3 |
* | Refer to the constructer argument in docs | Skye Shaw | 2015-04-24 | 1 | -1/+1 |
* | More docs on tagged logging [ci skip] | sshaw | 2015-03-06 | 1 | -0/+3 |
* | Remove debugger support | Rafael Mendonça França | 2015-01-04 | 1 | -23/+2 |
* | Remove deprecated `Rails::Rack::LogTailer` | Rafael Mendonça França | 2015-01-04 | 1 | -38/+0 |
* | edit pass over all warnings | Xavier Noria | 2014-10-28 | 1 | -1/+1 |
* | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -1/+1 |
* | Deprecate Rails::Rack::LogTailer | Rafael Mendonça França | 2014-06-17 | 1 | -0/+4 |
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 |
* | instrumenter can't be cached because the app could be called from | Aaron Patterson | 2013-10-04 | 1 | -3/+4 |
* | "Naked" rescue clauses only catch StandardError subclasses. | thedarkone | 2013-08-06 | 1 | -1/+1 |
* | Use the right instrumentation name | Rafael Mendonça França | 2013-08-05 | 1 | -2/+2 |
* | exit with non-zero to signal failure | Hrvoje Šimić | 2013-05-13 | 1 | -2/+2 |
* | fire a notification when the request stops / starts | Aaron Patterson | 2013-01-09 | 1 | -2/+17 |
* | extract logger and development checks to methods | Aaron Patterson | 2013-01-09 | 1 | -6/+16 |
* | make the extremely useful logs debug level | Aaron Patterson | 2012-11-09 | 1 | -2/+2 |
* | Gotta log each spacer line separately to ensure each is tagged | Jeremy Kemper | 2012-10-06 | 1 | -1/+4 |
* | Tag the blank log line between dev requests so it's easier to filter out enti... | Jeremy Kemper | 2012-10-06 | 1 | -3/+3 |
* | Tune up Rails::Rack::Logger. Only put space between requests in development l... | Jeremy Kemper | 2012-09-26 | 1 | -14/+23 |
* | Log newlines separately to ensure the 'Started GET ...' line has a tag on the... | Jeremy Kemper | 2012-09-25 | 1 | -1/+2 |
* | Only apply log tags if the logger supports it | Jeremy Kemper | 2012-09-24 | 1 | -1/+1 |
* | and one more time | Aditya Sanghi | 2012-04-24 | 1 | -1/+1 |
* | another attempt at the language | Aditya Sanghi | 2012-04-18 | 1 | -1/+1 |
* | stamp out ruby-debug19 with extreme prejudice :) | Aditya Sanghi | 2012-04-17 | 1 | -2/+2 |
* | Fix for log tailer when the log file doesn't exist. | Manu J | 2012-01-20 | 1 | -3/+7 |
* | rename ruby-debug to ruby-debug19 | Vishnu Atrai | 2012-01-01 | 1 | -1/+1 |
* | Unify logger and taggedlogging middleware as both address logging concerns. | José Valim | 2011-10-19 | 2 | -48/+26 |
* | Simplify TaggedLogging symbol shortcuts (thanks Jose!) | David Heinemeier Hansson | 2011-10-19 | 1 | -7/+4 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 2 | -2/+41 |
* | Use again Rack's ContentLength middleware | Santiago Pastorino | 2011-10-18 | 1 | -38/+0 |
* | Removed AS core_ext/kernel/requires as it's not used and is bad practice. | Josh Kalderimis | 2011-05-23 | 1 | -4/+3 |
* | Temporarily ship with ContentLength middleware. | José Valim | 2011-05-20 | 2 | -5/+38 |
* | Filter sensitive query string parameters in the log [#6244 state:committed] | Prem Sichanugrist & Xavier Noria | 2011-03-11 | 1 | -1/+1 |
* | Use the derived request_method from AD::Request rather than the raw REQUEST_M... | Michael Koziarski | 2011-01-18 | 1 | -1/+1 |
* | replace if ! with unless | Neeraj Singh | 2010-10-17 | 1 | -1/+1 |
* | Refactor log-tailer to depend on File#eof? rather than File#mtime | Curtis Cablegram | 2010-08-03 | 1 | -4/+1 |
* | Change log-tailer to properly track multi-byte characters. | Curtis Cablegram | 2010-08-03 | 1 | -1/+1 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -13/+11 |
* | Improve performance of the Logger middleware by using simpler versions of met... | wycats | 2010-06-04 | 1 | -3/+4 |