aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-0/+2
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-1/+1
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-6/+8
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-6/+9
* Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-171-2/+1
* Add Rack::TempfileReaper to tests and docsGeorge Claghorn2018-01-301-2/+4
* Handle `FrozenError` if it is availableYasuo Honda2017-12-201-1/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* 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
* Enforce middleware ordering with a test, instead of commentsMatthew Draper2016-12-311-3/+34
* Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips...Matthew Draper2016-12-311-2/+2
|\
| * Allow log remote ip addres when config.action_dispatch.trusted_proxies passedLeonid Batizhevsky2016-12-301-1/+1
|/
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-2/+2
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-2/+2
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-4/+4
* improve error message when include assertions failMichael Grosser2016-09-161-12/+12
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-5/+5
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix etag expectation to work with the SHA256Rafael Mendonça França2016-05-061-1/+1
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-22/+4
* 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