aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/process
Commit message (Expand)AuthorAgeFilesLines
* Introduce RELATIVE_RAILS_ROOT and changed spawner script to use it. Prior to ...Tobias Lütke2007-04-161-3/+3
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-063-5/+5
* Fixed script/process/spawner to work properly with Mongrel including in -r (d...David Heinemeier Hansson2006-12-041-4/+14
* Add grep-based fallback to reaper, so it can work in pidless setups (again)Jamis Buck2006-11-111-10/+24
* Added option to script/process/spawner of specifying the binding address #513...David Heinemeier Hansson2006-10-261-26/+59
* Call an inspector for inspectorDavid Heinemeier Hansson2006-08-051-1/+1
* Make sure script/reaper only reaps dispatcher pids by default, and not the sp...Jamis Buck2006-07-181-2/+2
* Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...David Heinemeier Hansson2006-07-061-17/+61
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-284-15/+15
* Distinguish the spawners for different processesDavid Heinemeier Hansson2006-05-021-1/+1
* Added -n/--process to script/process/spawner name the process pid (default is...David Heinemeier Hansson2006-05-021-1/+1
* Added -n/--process to script/process/spawner name the process pid (default is...David Heinemeier Hansson2006-05-021-1/+3
* Make the inspector work on debian (closes #4935) [Lars pind]David Heinemeier Hansson2006-05-011-1/+1
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-281-3/+4
* Status in one lineDavid Heinemeier Hansson2006-04-281-9/+8
* Added a simple process inspectorDavid Heinemeier Hansson2006-04-281-0/+68
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-282-86/+117
* Ever so lined upDavid Heinemeier Hansson2006-04-031-6/+6
* Fixed that spawner should daemonize if running in repeat mode [DHH]David Heinemeier Hansson2006-04-031-2/+15
* Added 'port open?' check to the spawner when running in repeat mode so we don...David Heinemeier Hansson2006-03-181-3/+13
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-1/+1
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-3/+22
* 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-162-5/+24
* Updated documentation and fixed the spinner to reference the new spawner by d...David Heinemeier Hansson2005-10-152-21/+10
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-061-4/+3
* Update the spinner to the latest commandsDavid Heinemeier Hansson2005-09-301-2/+2
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-293-0/+232