aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-12-04 03:50:57 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-12-04 03:50:57 +0000
commit56267474dac278898bf2f53b9a43fb68bd83f43d (patch)
treebeafc3f8d10dc3e6f70ab269e5add330f1331b64 /railties/CHANGELOG
parent2794f4164fcdba2cfc704851918c6c869215c045 (diff)
downloadrails-56267474dac278898bf2f53b9a43fb68bd83f43d.tar.gz
rails-56267474dac278898bf2f53b9a43fb68bd83f43d.tar.bz2
rails-56267474dac278898bf2f53b9a43fb68bd83f43d.zip
Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5672 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 b8b23352d1..3491c0c336 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH]
+
* Added one-letter aliases for the three default environments to script/console, so script/console p will load the production environment (t for test, d for development) [DHH]
* Fixed that script/server running against Mongrel should tail the proper log regardless of the environment [DHH]