aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack
Commit message (Expand)AuthorAgeFilesLines
* Remove unused private methodSyamil MJ2016-02-071-4/+0
* Remove empty lines in Rails development loggerJon Moss2016-01-241-6/+0
* Tiny documentation edits [ci skip]Robin Dupret2015-05-041-2/+3
* Refer to the constructer argument in docsSkye Shaw2015-04-241-1/+1
* More docs on tagged logging [ci skip]sshaw2015-03-061-0/+3
* Remove debugger supportRafael Mendonça França2015-01-041-23/+2
* Remove deprecated `Rails::Rack::LogTailer`Rafael Mendonça França2015-01-041-38/+0
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
* Deprecate Rails::Rack::LogTailerRafael Mendonça França2014-06-171-0/+4
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* instrumenter can't be cached because the app could be called fromAaron Patterson2013-10-041-3/+4
* "Naked" rescue clauses only catch StandardError subclasses.thedarkone2013-08-061-1/+1
* Use the right instrumentation nameRafael Mendonça França2013-08-051-2/+2
* exit with non-zero to signal failureHrvoje Šimić2013-05-131-2/+2
* fire a notification when the request stops / startsAaron Patterson2013-01-091-2/+17
* extract logger and development checks to methodsAaron Patterson2013-01-091-6/+16
* make the extremely useful logs debug levelAaron Patterson2012-11-091-2/+2
* Gotta log each spacer line separately to ensure each is taggedJeremy Kemper2012-10-061-1/+4
* Tag the blank log line between dev requests so it's easier to filter out enti...Jeremy Kemper2012-10-061-3/+3
* Tune up Rails::Rack::Logger. Only put space between requests in development l...Jeremy Kemper2012-09-261-14/+23
* Log newlines separately to ensure the 'Started GET ...' line has a tag on the...Jeremy Kemper2012-09-251-1/+2
* Only apply log tags if the logger supports itJeremy Kemper2012-09-241-1/+1
* and one more timeAditya Sanghi2012-04-241-1/+1
* another attempt at the languageAditya Sanghi2012-04-181-1/+1
* stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-171-2/+2
* Fix for log tailer when the log file doesn't exist.Manu J2012-01-201-3/+7
* rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-011-1/+1
* Unify logger and taggedlogging middleware as both address logging concerns.José Valim2011-10-192-48/+26
* Simplify TaggedLogging symbol shortcuts (thanks Jose!)David Heinemeier Hansson2011-10-191-7/+4
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-192-2/+41
* Use again Rack's ContentLength middlewareSantiago Pastorino2011-10-181-38/+0
* Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-4/+3
* Temporarily ship with ContentLength middleware.José Valim2011-05-202-5/+38
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-1/+1
* Use the derived request_method from AD::Request rather than the raw REQUEST_M...Michael Koziarski2011-01-181-1/+1
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* Refactor log-tailer to depend on File#eof? rather than File#mtimeCurtis Cablegram2010-08-031-4/+1
* Change log-tailer to properly track multi-byte characters.Curtis Cablegram2010-08-031-1/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-13/+11
* Improve performance of the Logger middleware by using simpler versions of met...wycats2010-06-041-3/+4
* Add caller to request_uri deprecation noticeCarlhuda2010-03-031-1/+1
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-3/+3
* Merge remote branch 'fxn/master'Jeremy Kemper2010-02-061-0/+2
|\
| * rack debugger needs active_support/core_ext/kernel/requires for require_libra...Xavier Noria2010-02-061-0/+2
* | fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
|/
* Clean up Rails::Rack::Logger.José Valim2010-01-261-11/+7
* Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...José Valim2010-01-261-41/+0
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-7/+22
* Default to sync instrumentation.José Valim2010-01-211-0/+38