aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-19 06:25:47 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-19 06:25:47 +0000
commit03acf48817d38e8ec4078d50f6ab48a2dfc035b3 (patch)
treeb23271a227c720cd3ae7c6289ef387ad8b27b4b5 /railties/CHANGELOG
parent8fb9d7cb4a2ae2bab862aa3e05753ddbdee37632 (diff)
downloadrails-03acf48817d38e8ec4078d50f6ab48a2dfc035b3.tar.gz
rails-03acf48817d38e8ec4078d50f6ab48a2dfc035b3.tar.bz2
rails-03acf48817d38e8ec4078d50f6ab48a2dfc035b3.zip
Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process into a breakpoint after the next request. This breakpoint can then be caught with script/breakpointer and give you access to the Ruby image inside that process. Useful for debugging memory leaks among other things [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3618 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 9c88925c8a..fe3356dbcb 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process into a breakpoint after the next request. This breakpoint can then be caught with script/breakpointer and give you access to the Ruby image inside that process. Useful for debugging memory leaks among other things [DHH]
+
* Update script.aculo.us to V1.5.2 [Thomas Fuchs]
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the same configuration to be used for both detach and not. Also ensured that auto-repeaping of FCGIs only happens when lighttpd is not detached. [DHH]