aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/default_middleware_stack.rb
Commit message (Expand)AuthorAgeFilesLines
* Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-171-1/+2
* Add Rack::TempfileReaper to the default middleware stackGeorge Claghorn2018-01-301-0/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+4
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove unnecessary `tap` call on `ActionDispatch::MiddlewareStack` instancefatkodima2017-06-241-1/+1
* Remove deprecated `config.static_cache_control`Rafael Mendonça França2017-01-031-1/+0
* Enforce middleware ordering with a test, instead of commentsMatthew Draper2016-12-311-3/+1
* Allow log remote ip addres when config.action_dispatch.trusted_proxies passedLeonid Batizhevsky2016-12-301-1/+2
* applies new string literal convention in railties/libXavier Noria2016-08-061-3/+3
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-19/+3
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-1/+1
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-1/+1
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-1/+1
* Make the `static_index` config part of the `config.public_server` configYuki Nishijima2015-11-161-1/+1
* Add enabled flag to the public file server.Kasper Timm Hansen2015-11-031-1/+1
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-1/+4
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-1/+4
* | Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-031-0/+1
* | removing Rack::Runtime from the default stack.Aaron Patterson2015-10-021-1/+0
* | mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
* | 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