diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-28 03:56:30 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-28 03:56:30 +0000 |
commit | b792945e3945c291fe7b7dae85bf0f014a746038 (patch) | |
tree | 7768d941798619556e89cbafaab65137abfff3ae /railties/CHANGELOG | |
parent | de69de10ded1c0d124f974f995ce31fd68b774d2 (diff) | |
download | rails-b792945e3945c291fe7b7dae85bf0f014a746038.tar.gz rails-b792945e3945c291fe7b7dae85bf0f014a746038.tar.bz2 rails-b792945e3945c291fe7b7dae85bf0f014a746038.zip |
Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4300 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 281e495865..23e295cd72 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH] + * Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH] |