summaryrefslogtreecommitdiff
path: root/lib/rack/static.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary conditional in rack/static.rbJeremy Evans2022-05-251-3/+1
* Tidy up documentation and specs in relation to lower case headers. (#1855)Samuel Williams2022-04-111-2/+2
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-1/+1
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+4
* Drop support for Ruby 2.3Jeremy Evans2022-01-251-2/+0
* Use require_relative and rely on autoload instead of using requireJeremy Evans2020-01-271-6/+1
* Only use ::Rack::RegexpExtensions on Ruby 2.3Jeremy Evans2020-01-271-1/+1
* Don't add headers when gzipped file returned 304Sergey Chooh2020-01-231-0/+2
* Support a :cascade option for Rack::StaticJeremy Evans2020-01-171-0/+10
* Renamed Rack::File to Rack::Files, since it can serve multiple files from a r...Postmodern2019-11-151-3/+3
* Merge pull request #1402 from ahorek/freezeRafael França2019-10-281-1/+1
|\
| * remove redundant freezepavel2019-10-181-1/+1
* | TypeError Regexp#match?(nil) in Ruby Headpavel2019-10-191-1/+1
|/
* Merge branch 'master' into optimize-staticAnatolii Didukh2019-10-161-7/+12
|\
| * Use Regexp match? instead of =~Krzysztof Rybka2019-04-181-5/+8
| * Fix Rack::Static behavior with non-empty :urls and :indexd-theus2018-05-011-1/+1
| * RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-2/+2
| * Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* | last slash check optimizationAnatolii Didukh2016-06-061-1/+1
|/
* Use unshift(...) instead of insert(0, ...)Zach Taylor2016-01-101-1/+1
* Merge pull request #911 from evanphx/patch-1Aaron Patterson2015-08-271-0/+3
|\
| * Make static.rb standaloneEvan Phoenix2015-07-141-0/+3
* | Fixes an issue where `Rack::Static` can raise "TypeError: no implicit convers...Arron Mabrey2015-08-011-2/+6
|/
* Add support for serving gzipped static filesJeremy Evans2015-05-211-2/+20
* Merge branch 'master' into soulim-even-less-objectsAaron Patterson2015-02-191-3/+3
|\
| * Add woff2 mime typeGeremia Taglialatela2015-01-281-3/+3
* | Follow-up for the pull request #737Alex Sulim2014-10-031-3/+3
|/
* Less allocated objects on each requestschneems2014-10-021-1/+1
* Refactor rack static header rules applicationJames Tucker2013-07-041-26/+23
* Make Rack::Static custom headers thread safeMatt Wildig2013-05-211-17/+17
* Rack::Static: Rename methodsThomas Klemm2012-11-021-8/+8
* Fix docs for Rack::Static http headersThomas Klemm2012-09-151-0/+2
* Fix docs for Rack::Static http headersThomas Klemm2012-09-151-4/+4
* Rack::Static: Provide custom HTTP header rules as array only and more concise...Thomas Klemm2012-09-151-70/+41
* Rack::Static: Refactor array of arrays implementationThomas Klemm2012-09-151-15/+12
* Allow HTTP header rules to be provided in array of arrays (useful on Ruby 1.8.7)Thomas Klemm2012-09-011-28/+52
* Try to get headers working on Ruby 1.8.7Thomas Klemm2012-08-311-15/+22
* Allow Rack::Static to assign HTTP Headers based on rulesThomas Klemm2012-08-311-14/+82
* Adjust DocumentationThomas Klemm2012-08-171-1/+2
* Allow Rack::File and Rack::Static to serve custom HTTP HeadersThomas Klemm2012-08-171-2/+14
* Rack::Static :index can handle multiple foldersBruno Aguirre2012-01-311-3/+3
* Don't implicitly respond with index file. Fixes #301Lars Gierth2012-01-041-1/+1
* Adds :index to Rack::Static to define a default root fileBruno Aguirre2011-12-141-8/+21
* Pass through a cache_control option for Rack::Staticraggi2011-05-031-1/+6
* Cleanup whitespace and docs from patchraggi2010-10-031-14/+16
* modified rack::static comment to reflect new routesMark Turner2010-10-031-2/+8
* Added the ability to pass a hash of route to file mappings to Rack::StaticMark Turner2010-10-031-2/+9
* Integrate Rack::StaticChristian Neukirchen2007-03-111-5/+3
* Added Rack::Static middleware.luc2007-03-111-0/+40