aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rack
Commit message (Expand)AuthorAgeFilesLines
* Log the remote IP addr of clients behind a proxyAtul Bhosale2018-07-311-0/+6
* 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
* applies new string literal convention in railties/testXavier Noria2016-08-061-2/+2
* Set the application logger using configurationRafael Mendonça França2014-07-071-3/+5
* Tune up Rails::Rack::Logger. Only put space between requests in development l...Jeremy Kemper2012-09-261-7/+7
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-1/+7
* Run the logger tests in isolationRafael Mendonça França2012-06-191-0/+2
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Fix failing tests.José Valim2011-10-261-0/+2
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Parenthesize arguments when the first one is a Regexp literal.Sebastian Martinez2011-05-231-3/+3
* Logs should show overridden method; Issue 426David Lee2011-05-071-0/+40