aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/process/spawner.rb
Commit message (Expand)AuthorAgeFilesLines
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ir...David Heinemeier Hansson2008-11-301-219/+0
* Ruby 1.9 compat: remove constants from block parametersAkira Matsuda2008-09-091-2/+2
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* Add --prefix option to script/server when using mongrel. [dacat] Closes #9716Michael Koziarski2007-10-011-1/+11
* 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-061-2/+2
* Fixed script/process/spawner to work properly with Mongrel including in -r (d...David Heinemeier Hansson2006-12-041-4/+14
* Added option to script/process/spawner of specifying the binding address #513...David Heinemeier Hansson2006-10-261-26/+59
* 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-281-6/+6
* 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
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-16/+42
* 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 -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-3/+22
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-291-0/+52