aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/process
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-04 19:39:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-04 19:39:26 +0000
commiteb01d35109897162a48ff5219dcd97f35328168c (patch)
tree8ce1d54d29dff34550b33bc5b6696945d8876ca1 /railties/lib/commands/process
parentc0fb67c0f88bb81f525185a8dfceec6fb7cb298e (diff)
downloadrails-eb01d35109897162a48ff5219dcd97f35328168c.tar.gz
rails-eb01d35109897162a48ff5219dcd97f35328168c.tar.bz2
rails-eb01d35109897162a48ff5219dcd97f35328168c.zip
Added socket cleanup for lighttpd, both before and after [DHH] Added automatic creation of tmp/ when running script/server [DHH] Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/commands/process')
-rw-r--r--railties/lib/commands/process/reaper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/process/reaper.rb b/railties/lib/commands/process/reaper.rb
index 6da2191d1b..73b6b97f48 100644
--- a/railties/lib/commands/process/reaper.rb
+++ b/railties/lib/commands/process/reaper.rb
@@ -127,4 +127,4 @@ ARGV.options do |opts|
opts.parse!
end
-ProgramProcess.process_keywords(OPTIONS[:action], OPTIONS[:dispatcher])
+ProgramProcess.process_keywords(OPTIONS[:action], OPTIONS[:dispatcher]) \ No newline at end of file