From c883fedc472f64b45b69f18d3b6c4693e1430df7 Mon Sep 17 00:00:00 2001 From: Satoshi Ebisawa Date: Thu, 1 Aug 2013 17:06:54 +0900 Subject: Fix status code in documents [ci skip] RFC 6585 Additional HTTP Status Codes http://www.ietf.org/rfc/rfc6585.txt --- guides/source/layouts_and_rendering.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guides/source') diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 5b6e5387ff..b5d66d08ba 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -375,9 +375,9 @@ Rails understands both numeric status codes and the corresponding symbols shown | | 423 | :locked | | | 424 | :failed_dependency | | | 426 | :upgrade_required | -| | 423 | :precondition_required | -| | 424 | :too_many_requests | -| | 426 | :request_header_fields_too_large | +| | 428 | :precondition_required | +| | 429 | :too_many_requests | +| | 431 | :request_header_fields_too_large | | **Server Error** | 500 | :internal_server_error | | | 501 | :not_implemented | | | 502 | :bad_gateway | -- cgit v1.2.3