aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-04 12:12:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-04 12:12:55 +0000
commit5da277b182604cef0ea68f79462568cb52af6706 (patch)
tree9ca2664c977b85974de3f1a466bd5b9f5c06e19d /railties/CHANGELOG
parentd43392a50b4f7023b13747a67c4a6aa85e4036c4 (diff)
downloadrails-5da277b182604cef0ea68f79462568cb52af6706.tar.gz
rails-5da277b182604cef0ea68f79462568cb52af6706.tar.bz2
rails-5da277b182604cef0ea68f79462568cb52af6706.zip
Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can bubble up to kill the process (logs to log/fastcgi.crash.log)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@831 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 fa639af992..7e0a4311f0 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can bubble up to kill the process (logs to log/fastcgi.crash.log)
+
* Fixed that association#count would produce invalid sql when called sequentialy #659 [kanis@comcard.de]
* Fixed test/mocks/testing to the correct test/mocks/test #740