aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/process/reaper.rb
Commit message (Expand)AuthorAgeFilesLines
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-1/+1
* Add grep-based fallback to reaper, so it can work in pidless setups (again)Jamis Buck2006-11-111-10/+24
* Make sure script/reaper only reaps dispatcher pids by default, and not the sp...Jamis Buck2006-07-181-2/+2
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-281-3/+3
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-70/+75
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-1/+1
* Remove bogus hyphen from script/process/reaper calls to 'ps'. Closes #2767.Jeremy Kemper2005-11-071-2/+2
* Don't reap the spawner or reaper scripts either. Closes #2727.Jeremy Kemper2005-11-041-1/+1
* Don't reap spawn-fcgi. Closes #2727.Jeremy Kemper2005-11-031-1/+1
* Reaper knows how to find processes even if the dispatch path is very long. C...Jeremy Kemper2005-11-021-3/+3
* Documentation updates/fixes for railtiesJamis Buck2005-10-161-4/+23
* Updated documentation and fixed the spinner to reference the new spawner by d...David Heinemeier Hansson2005-10-151-5/+2
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-061-4/+3
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-291-0/+115