aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-041-2/+2
* Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-031-9/+11
* removing Rack::Runtime from the default stack.Aaron Patterson2015-10-021-11/+9
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-2/+0
* Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-7/+7
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-4/+21
* Add config.api_only option to application and remove appropriate middleware w...Santiago Pastorino2015-06-111-0/+27
* Allow Rack::Runtime to be deleted from middleware stack.Guo Xiang Tan2015-02-191-0/+16
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-2/+2
* inject Rack::Lock if config.eager_load is falseXavier Noria2014-09-181-2/+9
* Expectations firstAkira Matsuda2014-08-281-1/+1
* We don't need parenthesis for thisGuillermo Iguaran2014-08-051-1/+1
* Fix digest ETAG test.Arthur Neves2014-08-051-1/+1
* Merge pull request #12365 from jbaudanza/reorderGuillermo Iguaran2013-12-011-1/+1
|\
| * Move Rack::Cache after AD::Static in the stackJonathan Baudanza2013-09-251-1/+1
* | Expose MiddlewareStack#unshift to environment configuration.Ben Pickles2013-10-091-0/+6
|/
* Added CheckPending middleware in defaultArun Agrawal2013-07-151-0/+4
* No need to add config for x_sendfile_headerArun Agrawal2013-07-151-2/+0
* Rack::Sendfile is now included in middleware by default, change tests to refl...Guillermo Iguaran2013-07-151-10/+4
* Calls to the application constant have been refactored to usewangjohn2013-06-101-2/+2
* Testing CheckPending middlewareArun Agrawal2013-06-081-0/+8
* Bring config.allow_concurrency backJosé Valim2013-03-031-0/+6
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-2/+1
* Don't use action_controller.perform_caching to enable rack-rack.Rafael Mendonça França2012-10-181-4/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* config.action_dispatch.rack_cache should set explicitly to enable Rack::CacheGuillermo Iguaran2012-10-041-1/+10
* Remove unused require.kennyj2012-08-291-2/+0
* Remove allow_concurrency as a flagJosé Valim2012-08-211-2/+2
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-1/+1
* Freeze the middleware stack after it's builtJeremy Kemper2012-04-201-0/+7
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-3/+3
* Remove --http.José Valim2012-03-141-30/+0
* Add test to ensure setting config.generators.http_only actually disables the ...Carlos Antonio da Silva2012-03-141-1/+1
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-7/+0
* Change api_only to http_onlyCarlos Antonio da Silva2012-03-101-2/+1
* Add config.middleware.api_only!Carlos Antonio da Silva and Santiago Pastorino2012-03-051-0/+30
* Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)Piotr Sarnacki2012-03-031-1/+1
* Deprecate RAILS_CACHE constant.kennyj2012-01-181-2/+2
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Add ORIGINAL_FULLPATH to envPiotr Sarnacki2011-12-211-1/+10
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-1/+3
* Allow rescue responses to be configured through a railtie.José Valim2011-12-011-21/+1
* Adding ActionDispatch::RequestId in middleware testArun Agrawal2011-10-201-0/+1
* Make the Rack::SSL middleware configurableJustin Leitgeb2011-09-261-0/+8
* Check that Rack::Sendfile is not included unless config.action_dispatch.x_sen...Santiago Pastorino2011-08-131-0/+8
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-1/+5
* Move content length to the server, this brings the same behavior as in rack 1.2.José Valim2011-05-231-7/+6
* Temporarily ship with ContentLength middleware.José Valim2011-05-201-3/+3
* Use Rack::ContentLength.José Valim2011-05-191-5/+6
* Fix tests to reflect IdentityMap no longer defaultDavid Lee2011-05-101-1/+1