From 1606b6c7e4af5ebc0bc705f3c4e4ea63b038ef14 Mon Sep 17 00:00:00 2001 From: Jared Tame Date: Tue, 23 Aug 2011 02:26:55 -0700 Subject: [PATCH 1/2] fixed 500 error message which is misleading by suggesting all rails apps have exception notifications by default --- .../lib/rails/generators/rails/app/templates/public/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/app/templates/public/500.html b/railties/lib/rails/generators/rails/app/templates/public/500.html index b80307fc16..b8e4d7c721 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/500.html +++ b/railties/lib/rails/generators/rails/app/templates/public/500.html @@ -20,7 +20,7 @@

We're sorry, but something went wrong.

-

We've been notified about this issue and we'll take a look at it shortly.

+

If you believe you've seen this page in error, please notify the site owner.

From 5acbc19f30b6d27ea9b131aa75bb23643d216088 Mon Sep 17 00:00:00 2001 From: Teng Siong Ong Date: Sat, 27 Aug 2011 14:31:24 -0500 Subject: [PATCH 2/2] remove misleading line on 500 error page. --- .../lib/rails/generators/rails/app/templates/public/500.html | 1 - 1 file changed, 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/app/templates/public/500.html b/railties/lib/rails/generators/rails/app/templates/public/500.html index b8e4d7c721..f3648a0dbc 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/500.html +++ b/railties/lib/rails/generators/rails/app/templates/public/500.html @@ -20,7 +20,6 @@

We're sorry, but something went wrong.

-

If you believe you've seen this page in error, please notify the site owner.