aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware/static_test.rb
Commit message (Expand)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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-11/+11
* Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-161-4/+4
* Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-0/+17
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+21
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Add regression test to #8907Rafael Mendonça França2013-01-141-0/+31