aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-05 04:52:31 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-05 04:52:31 +0000
commit11323ceb2833512e727fba6d7a7f61befeee4bfd (patch)
tree81c629fa2cb50f9a5a006d16230748dffb0049dd /railties/CHANGELOG
parent4859b6c09e188462b4d29328c0bb891cd98d8f31 (diff)
downloadrails-11323ceb2833512e727fba6d7a7f61befeee4bfd.tar.gz
rails-11323ceb2833512e727fba6d7a7f61befeee4bfd.tar.bz2
rails-11323ceb2833512e727fba6d7a7f61befeee4bfd.zip
Added that Dispatcher exceptions should not be shown to the user unless a default log has not been configured. Instead show public/500.html [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4168 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index cc567cecf9..8eccbfcd93 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added that Dispatcher exceptions should not be shown to the user unless a default log has not been configured. Instead show public/500.html [DHH]
+
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is unsuccesful #4585 [augustz@augustz.com]
* Fixed that rails --version should have the return code of 0 (success) #4560 [blair@orcaware.com]