diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 835f652703..62e395e6d5 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH] + * Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs] * PostgreSQL: db:test:purge closes open database connections first. #6236 [alex] diff --git a/railties/html/404.html b/railties/html/404.html index 0e1845619d..78295d4258 100644 --- a/railties/html/404.html +++ b/railties/html/404.html @@ -1,8 +1,47 @@ - - + + + + +
+ +Change this error message for pages not found in public/404.html
+ +The page you were looking for doesn't exist.
+You may have mistyped the address or the page may have moved.
+Change this error message for uncaught exceptions in public/500.html
+ +We're sorry, but something went wrong.
+We've been notified about this issue and we'll take a look at it shortly.
+