aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/default_middleware_stack.rb
Commit message (Expand)AuthorAgeFilesLines
* Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-15/+7
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-9/+29
* Add config.api_only option to application and remove appropriate middleware w...Santiago Pastorino2015-06-111-3/+3
* Change the `index` arg of `ActionDispatch::Static#new` to a kwargYuki Nishijima2015-06-111-1/+1
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-1/+1
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-1/+1
* inject Rack::Lock if config.eager_load is falseXavier Noria2014-09-181-1/+5
* Move Rack::Cache after AD::Static in the stackJonathan Baudanza2013-09-251-5/+5
* Revert "Don't use Rack::Sendfile middleware if x_sendfile_header is not present"Santiago Pastorino2013-07-151-3/+1
* Creating a class to build the default middleware stack.wangjohn2013-06-161-0/+101