index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
dispatch
/
static_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ASCII-8BIT paths in ActionDispatch::Static
Andrew White
2018-03-22
1
-1
/
+10
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-2
/
+3
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add missing gzip footer check in ActiveSupport::Gzip.decompress
Dylan Thacker-Smith
2017-02-24
1
-1
/
+1
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-16
/
+16
*
Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...
Rafael Mendonça França
2016-10-10
1
-10
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-4
/
+4
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-30
/
+30
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-0
/
+9
*
Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...
schneems
2016-01-19
1
-1
/
+1
*
Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...
Vipul A M
2016-01-19
1
-1
/
+1
*
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-0
/
+4
*
Remove skipped JRuby tests that are passing on 9.0.3.0.
Guo Xiang Tan
2015-10-27
1
-2
/
+0
*
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-8
/
+27
|
\
|
*
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-8
/
+27
*
|
use a request object to reduce string allocations and not know about ENV keys
Aaron Patterson
2015-08-06
1
-1
/
+1
|
/
*
Change the `index` arg of `ActionDispatch::Static#new` to a kwarg
Yuki Nishijima
2015-06-11
1
-1
/
+1
*
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-0
/
+14
*
Use `silence_warnings` on `StaticTests`
eileencodes
2015-04-14
1
-6
/
+12
*
[Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...
Toshi MARUYAMA
2015-04-09
1
-0
/
+22
*
Also skip Content-Encoding and Vary header if 304
Kohei Suzuki
2015-03-12
1
-1
/
+2
*
304 response should not include Content-Type header
Kohei Suzuki
2015-03-10
1
-0
/
+9
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
No need of requiring `rbconfig`, it is by-default loaded
Kuldeep Aggarwal
2015-01-10
1
-1
/
+0
*
FileHandler should not be called for files outside the root
Aaron Patterson
2014-10-10
1
-2
/
+20
*
Refactor out Dir.glob from ActionDispatch::Static
schneems
2014-08-27
1
-0
/
+4
*
Address comments on Gzip implementation
schneems
2014-08-24
1
-2
/
+24
*
Enable gzip compression by default
schneems
2014-08-20
1
-2
/
+22
*
use File.exist? instead of File.exists?
SHIBATA Hiroshi
2014-02-09
1
-1
/
+1
*
Skips tests on Windows that create files with illegal characters
Mikko Johansson
2014-02-09
1
-2
/
+7
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-3
/
+1
*
Fix Encoding::CompatibilityError when public path is UTF-8
Andrew White
2013-12-29
1
-3
/
+16
*
`skiping` => `skipping`
Kuldeep Aggarwal
2013-11-19
1
-1
/
+1
*
Skip test which is broken on jruby
Gaurish Sharma
2013-11-09
1
-0
/
+4
*
Revert "Invert precedence of content in ActionDispatch::Static"
Andrew White
2012-12-07
1
-10
/
+5
*
Invert precedence of content in ActionDispatch::Static
Andrew White
2012-12-06
1
-5
/
+10
*
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
1
-0
/
+4
*
Remove fixture files with Windows incompatible filenames
Andrew White
2012-02-20
1
-26
/
+88
*
Fix ActionDispatch::Static to serve files with unencoded PCHAR
Andrew White
2012-02-17
1
-2
/
+26
*
escape static file path to prevent double unescaping
Sergey Nartimov
2012-02-16
1
-0
/
+4
*
Add testcase for non english filename. Related to #2982.
kennyj
2012-02-05
1
-1
/
+6
*
Static middleware accepts cache control.
José Valim
2011-05-03
1
-1
/
+7
*
Make static faster as we don't have to serve multiple paths anymore.
José Valim
2011-04-15
1
-32
/
+1
[next]