From 38d2bf5fd1f3e014f2397898d371c339baa627b1 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 18 Sep 2015 15:36:55 -0700 Subject: mostly remove the ParamsParser middleware This can still be added to the middleware stack, but is really not necessary. I'll follow up with a commit that deprecates the constant --- railties/lib/rails/application/default_middleware_stack.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/lib/rails/application/default_middleware_stack.rb') diff --git a/railties/lib/rails/application/default_middleware_stack.rb b/railties/lib/rails/application/default_middleware_stack.rb index 88eade5c5a..21062f3a53 100644 --- a/railties/lib/rails/application/default_middleware_stack.rb +++ b/railties/lib/rails/application/default_middleware_stack.rb @@ -72,7 +72,6 @@ module Rails middleware.use ::ActionDispatch::Flash end - middleware.use ::ActionDispatch::ParamsParser middleware.use ::Rack::Head middleware.use ::Rack::ConditionalGet middleware.use ::Rack::ETag, "no-cache" -- cgit v1.2.3