aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack/static.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Rails::Rack::Static deprecated constant proxyJeremy Kemper2009-11-211-1/+1
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-261-44/+3
* Enable static asset server by defaultJoshua Peek2009-09-261-2/+2
* Fix serving index files with rack static file server [#2180 state:resolved]Joshua Peek2009-03-091-4/+13
* Require rack/utils explicitlyJeremy Kemper2008-12-031-0/+2
* Added Rack middleware to handle static files.Joshua Peek2008-06-011-0/+35