aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rack
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* applies new string literal convention in railties/testXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* 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 ↵Jeremy Kemper2012-09-261-7/+7
| | | | logs.
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-1/+7
| | | | Closes #7110 there's more work to do on rack-cache issue 69
* 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
| | | | This fixes 'warning: ambiguous first argument; put parentheses or even spaces'.
* Logs should show overridden method; Issue 426David Lee2011-05-071-0/+40