aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rack_logger_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Fix test added in #32444bogdanvlviv2018-04-061-2/+4
* Merge pull request #32444 from matrinox/fix-return-response-mutation-rack-loggerRafael Mendonça França2018-04-041-2/+18
|\
| * Stop mutating body responseGeoff Lee2018-04-031-2/+18
|/
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-12/+12
* Fix incorrect unsubscription.Guo Xiang Tan2014-07-111-2/+2
* "Naked" rescue clauses only catch StandardError subclasses.thedarkone2013-08-061-2/+5
* Add a missing require.thedarkone2013-08-061-0/+1
* Use the right instrumentation nameRafael Mendonça França2013-08-051-1/+1
* fire a notification when the request stops / startsAaron Patterson2013-01-091-0/+71