diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-05-02 22:18:20 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-05-02 22:18:20 +0000 |
commit | d1d8657ea6bfce2f5442608ed0fd0dfcf53f6f6f (patch) | |
tree | 9825f5401e05ce6de426a1fbd6c1f4691cb6f2ab /railties/CHANGELOG | |
parent | 0bc2485eac73ea06e788d4fffe8891af2e8c4704 (diff) | |
download | rails-d1d8657ea6bfce2f5442608ed0fd0dfcf53f6f6f.tar.gz rails-d1d8657ea6bfce2f5442608ed0fd0dfcf53f6f6f.tar.bz2 rails-d1d8657ea6bfce2f5442608ed0fd0dfcf53f6f6f.zip |
Added -n/--process to script/process/spawner name the process pid (default is dispatch) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4322 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 0d1d84a61b..1dd37f326d 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added -n/--process to script/process/spawner name the process pid (default is dispatch) [DHH] + * Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov] * Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] |