aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/static_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Use ASCII-8BIT paths in ActionDispatch::StaticAndrew White2018-03-221-1/+10
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-2/+3
* 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
* Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-241-1/+1
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-3/+3
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-16/+16
* Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...Rafael Mendonça França2016-10-101-10/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-30/+30
* Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-131-0/+9
* Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-191-1/+1
* Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-191-1/+1
* Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-0/+4
* Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-271-2/+0
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-8/+27
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-8/+27
* | use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-061-1/+1
|/
* Change the `index` arg of `ActionDispatch::Static#new` to a kwargYuki Nishijima2015-06-111-1/+1
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+14
* Use `silence_warnings` on `StaticTests`eileencodes2015-04-141-6/+12
* [Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...Toshi MARUYAMA2015-04-091-0/+22
* Also skip Content-Encoding and Vary header if 304Kohei Suzuki2015-03-121-1/+2
* 304 response should not include Content-Type headerKohei Suzuki2015-03-101-0/+9
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* FileHandler should not be called for files outside the rootAaron Patterson2014-10-101-2/+20
* Refactor out Dir.glob from ActionDispatch::Staticschneems2014-08-271-0/+4
* Address comments on Gzip implementationschneems2014-08-241-2/+24
* Enable gzip compression by defaultschneems2014-08-201-2/+22
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* Skips tests on Windows that create files with illegal charactersMikko Johansson2014-02-091-2/+7
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-3/+1
* Fix Encoding::CompatibilityError when public path is UTF-8Andrew White2013-12-291-3/+16
* `skiping` => `skipping`Kuldeep Aggarwal2013-11-191-1/+1
* Skip test which is broken on jrubyGaurish Sharma2013-11-091-0/+4
* Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-10/+5
* Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-5/+10
* fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+4
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-201-26/+88
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-171-2/+26
* escape static file path to prevent double unescapingSergey Nartimov2012-02-161-0/+4
* Add testcase for non english filename. Related to #2982.kennyj2012-02-051-1/+6