From 40f1642b6743aa5003dfb7586ce857292cd18d0c Mon Sep 17 00:00:00 2001 From: Stanislav Date: Sat, 2 Mar 2013 00:09:34 +0600 Subject: New beauty pages(404, 422, 500) moving changelog note to unreleased section New beauty pages(404, 422, 500) --- guides/CHANGELOG.md | 2 +- guides/code/getting_started/public/404.html | 53 +++++++++++++++++++++++------ guides/code/getting_started/public/422.html | 53 +++++++++++++++++++++++------ guides/code/getting_started/public/500.html | 53 +++++++++++++++++++++++------ 4 files changed, 127 insertions(+), 34 deletions(-) (limited to 'guides') diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index ee6e64b731..b0e52847e1 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,5 +1,5 @@ ## Rails 4.0.0 (unreleased) ## - +* Change Service pages(404, etc). *Stanislav Sobolev* ## Rails 4.0.0.beta1 (unreleased) ## diff --git a/guides/code/getting_started/public/404.html b/guides/code/getting_started/public/404.html index 3d875c342e..ae7b8649ae 100644 --- a/guides/code/getting_started/public/404.html +++ b/guides/code/getting_started/public/404.html @@ -2,17 +2,48 @@ The page you were looking for doesn't exist (404) - diff --git a/guides/code/getting_started/public/422.html b/guides/code/getting_started/public/422.html index 3f1bfb3417..b75cc2fd6c 100644 --- a/guides/code/getting_started/public/422.html +++ b/guides/code/getting_started/public/422.html @@ -2,17 +2,48 @@ The change you wanted was rejected (422) - diff --git a/guides/code/getting_started/public/500.html b/guides/code/getting_started/public/500.html index 012977d3d2..9641851e74 100644 --- a/guides/code/getting_started/public/500.html +++ b/guides/code/getting_started/public/500.html @@ -2,17 +2,48 @@ We're sorry, but something went wrong (500) - -- cgit v1.2.3