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
*
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
*
Ensure the proper content type is returned for static files.
José Valim
2010-10-04
1
-20
/
+27
*
Modified ActionDispatch::Static to allow passing multiple roots
Piotr Sarnacki
2010-09-03
1
-11
/
+50
*
Move Rails::Static into ActionDispatch
Joshua Peek
2009-09-26
1
-0
/
+35