This project is archived and is in readonly mode.
Default ShowExceptions error message is not friendly enough
Reported by Hongli Lai | May 25th, 2009 @ 04:44 PM | in 3.0.2
The default static ShowExceptions error message is too unfriendly. Apparently a lot of people don't know that they're supposed to read the log file in order to find out what went wrong in case of an error. This patch modifies the default ShowExceptions error message and instructs the user to read the log file, in case he's an administrator.
Comments and changes to this ticket
-
josh May 25th, 2009 @ 05:26 PM
- Assigned user set to josh
- State changed from new to open
- Milestone cleared.
-
Hongli Lai May 25th, 2009 @ 06:55 PM
DHH said in commit 81c7a5d48d972c9e3973b4c018fafae1dfd9c0de that the error message might also be in the web server's log file. Reworded the message to take this into account.
-
Repository May 27th, 2009 @ 09:02 PM
- State changed from open to resolved
(from [760cb633396a954b465ec0dd0344915185bddec1]) Make the default 500 Internal Server Error page more friendly. Many people don't know they're supposed to look in the log files. [#2716 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com
http://github.com/rails/rails/commit/760cb633396a954b465ec0dd034491... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 2715 Failsafe middleware doesn't render 500.html as ERB Issue #2716 has a similar patch, but for Rails 3.0.
- 2716 Default ShowExceptions error message is not friendly enough (from [760cb633396a954b465ec0dd0344915185bddec1]) Make th...