aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-09-03 23:51:34 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-09-03 23:51:34 +0000
commit3558322b9d4af0775fb5c9922a588eaa7cd0c5a2 (patch)
tree4181d4598d5b680dd4df830aabb4726027de43ed /actionpack/CHANGELOG
parent71dbef6d27210259ae263b84120f94fe9d6784e7 (diff)
downloadrails-3558322b9d4af0775fb5c9922a588eaa7cd0c5a2.tar.gz
rails-3558322b9d4af0775fb5c9922a588eaa7cd0c5a2.tar.bz2
rails-3558322b9d4af0775fb5c9922a588eaa7cd0c5a2.zip
Changed that uncaught exceptions raised any where in the application will cause RAILS_ROOT/public/500.html to be read and shown instead of just the static "Application error (Rails)" [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4955 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 1e62def587..99fdd9ddfe 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed that uncaught exceptions raised any where in the application will cause RAILS_ROOT/public/500.html to be read and shown instead of just the static "Application error (Rails)" [DHH]
+
* Integration tests: thoroughly test ActionController::Integration::Session. #6022 [Kevin Clark]
(tests skipped unless you `gem install mocha`)