From 73f33266d862baa0be6c5514bdba064168532f2b Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Tue, 9 Aug 2016 08:15:18 +0900 Subject: update list of rescue_responses default [ci skip] Follow up to fe859a54219740fa8b4e09a592820d2ee12ba222 --- guides/source/configuring.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 48cbbe1f7d..3aa21b7772 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -455,6 +455,8 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`. 'ActionDispatch::ParamsParser::ParseError' => :bad_request, 'ActionController::BadRequest' => :bad_request, 'ActionController::ParameterMissing' => :bad_request, + 'Rack::QueryParser::ParameterTypeError' => :bad_request, + 'Rack::QueryParser::InvalidParameterError' => :bad_request, 'ActiveRecord::RecordNotFound' => :not_found, 'ActiveRecord::StaleObjectError' => :conflict, 'ActiveRecord::RecordInvalid' => :unprocessable_entity, -- cgit v1.2.3