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
/
lib
/
action_dispatch
/
middleware
/
static.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+5
*
remove unnecessary @compiled_root from static.rb
daisuko
2015-11-11
1
-1
/
+0
*
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-8
/
+14
|
\
|
*
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-8
/
+14
*
|
use `Rack::Utils.unescape_path` to unescape paths
Aaron Patterson
2015-09-04
1
-3
/
+3
*
|
reuse the request object in the File serving middleware
Aaron Patterson
2015-08-06
1
-9
/
+13
*
|
use a request object to reduce string allocations and not know about ENV keys
Aaron Patterson
2015-08-06
1
-6
/
+7
*
|
Freeze string literals when not mutated.
schneems
2015-07-19
1
-3
/
+3
|
/
*
Change the `index` arg of `ActionDispatch::Static#new` to a kwarg
Yuki Nishijima
2015-06-11
1
-4
/
+3
*
Fix regression in #20017: wrong number of arguments error
Jon Atack
2015-05-30
1
-3
/
+3
*
config.static_index configures directory index "index.html" filename
Eliot Sykes
2015-05-28
1
-4
/
+5
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-05-04
1
-1
/
+1
*
[ci skip] Add, clean up docs in ActionDispatch ActionDispatch middleware
Nick Cox
2015-04-22
1
-6
/
+13
*
[Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...
Toshi MARUYAMA
2015-04-09
1
-1
/
+1
*
Also skip Content-Encoding and Vary header if 304
Kohei Suzuki
2015-03-12
1
-3
/
+4
*
304 response should not include Content-Type header
Kohei Suzuki
2015-03-10
1
-1
/
+3
*
Reduce the number of times `#clean_path_info` is called
eileencodes
2015-02-18
1
-3
/
+2
*
FileHandler should not be called for files outside the root
Aaron Patterson
2014-10-10
1
-2
/
+12
*
Refactor out Dir.glob from ActionDispatch::Static
schneems
2014-08-27
1
-20
/
+5
*
Address comments on Gzip implementation
schneems
2014-08-24
1
-10
/
+19
*
Enable gzip compression by default
schneems
2014-08-20
1
-14
/
+40
*
[ci skip] Document ActionDispatch::Static
schneems
2014-08-05
1
-0
/
+9
*
[ci skip] document ActionDispatch::FileHandler
schneems
2014-08-05
1
-0
/
+10
*
Fix Encoding::CompatibilityError when public path is UTF-8
Andrew White
2013-12-29
1
-3
/
+3
*
Fix regression introduced in pull request 8812
Sam Ruby
2013-01-11
1
-1
/
+2
*
Eliminate Rack::File headers deprecation warning
Sam Ruby
2013-01-08
1
-1
/
+1
*
Revert "Invert precedence of content in ActionDispatch::Static"
Andrew White
2012-12-07
1
-11
/
+7
*
Invert precedence of content in ActionDispatch::Static
Andrew White
2012-12-06
1
-7
/
+11
*
rename page_cache_extension option to default_static_extension
Francesco Rodriguez
2012-10-03
1
-1
/
+1
*
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
1
-0
/
+1
*
Simplify regexp
Andrew White
2012-02-17
1
-1
/
+1
*
Fix ActionDispatch::Static to serve files with unencoded PCHAR
Andrew White
2012-02-17
1
-1
/
+10
*
escape static file path to prevent double unescaping
Sergey Nartimov
2012-02-16
1
-1
/
+1
*
cache strings in the AST for faster comparison than include?
Aaron Patterson
2011-05-03
1
-6
/
+3
*
Static middleware accepts cache control.
José Valim
2011-05-03
1
-4
/
+4
*
Make static faster as we don't have to serve multiple paths anymore.
José Valim
2011-04-15
1
-28
/
+15
*
initialize ivars
Aaron Patterson
2011-03-01
1
-1
/
+1
*
Revert "compute ext in initialize, and use an attr_reader"
Aaron Patterson
2011-02-28
1
-5
/
+7
*
no need to pass a regex to Regexp.compile
Aaron Patterson
2011-02-28
1
-4
/
+4
*
compute ext in initialize, and use an attr_reader
Aaron Patterson
2011-02-28
1
-7
/
+5
*
Ensure the proper content type is returned for static files.
José Valim
2010-10-04
1
-3
/
+3
*
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...
José Valim
2010-09-29
1
-2
/
+1
*
Initialize @compiled_at if it is not.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Do not use ActionController::Base.page_cache_extension in initialize to not l...
Piotr Sarnacki
2010-09-04
1
-4
/
+8
*
Optimize ActionDispatch::Static
Piotr Sarnacki
2010-09-04
1
-51
/
+35
*
Modified ActionDispatch::Static to allow passing multiple roots
Piotr Sarnacki
2010-09-03
1
-10
/
+50
*
Move Rails::Static into ActionDispatch
Joshua Peek
2009-09-26
1
-0
/
+44