aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the first unparsed argument as the code or file to run. Closes #6286.Jeremy Kemper2006-09-291-5/+8
* script/runner can run files, pass on arguments, and be used as a shebang. Clo...Jeremy Kemper2006-09-261-6/+24
* script/server creates the tmp/pids directory. Closes #6204.Jeremy Kemper2006-09-131-1/+1
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-071-2/+2
* Proper initializationDavid Heinemeier Hansson2006-08-061-1/+1
* Added that you can change the web server port in config/lighttpd.conf from sc...David Heinemeier Hansson2006-08-051-0/+17
* script/performance/profiler compatibility with the new ruby-prof, including a...Jeremy Kemper2006-08-051-9/+25
* 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
* Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]Rick Olson2006-07-171-4/+4
* Ensure the logger is initialized. Closes #5629.Jeremy Kemper2006-07-061-1/+4
* Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...David Heinemeier Hansson2006-07-061-17/+61
* script/server prefers mongrel over lighttpdJeremy Kemper2006-06-291-3/+3
* Mongrel: script/server tails the rails log like it does with lighttpd. Closes...Jeremy Kemper2006-06-293-19/+27
* Mongrel: script/server works on Win32. Closes #5499.Jeremy Kemper2006-06-282-5/+12
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-287-22/+22
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-232-7/+56
* Fix script/plugin so it doesn't barf on invalid URLs [Rick]Rick Olson2006-06-121-6/+10
* Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]Rick Olson2006-06-111-1/+1
* Fix bug with 'script/plugin install' so it reports unknown plugin names corre...Rick Olson2006-06-091-1/+1
* Added uninstall.rb hook to plugin handling, such that plugins have a way of r...David Heinemeier Hansson2006-06-031-0/+6
* Create temporary dirs relative to RAILS_ROOT when running script/server #5014...David Heinemeier Hansson2006-06-031-1/+1
* Make "script/plugin install" work with svn+ssh URLsSam Stephenson2006-05-311-1/+1
* preliminary support for plugin meta filesRick Olson2006-05-231-14/+50
* 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
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-061-6/+11
* 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
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-011-1/+1
* Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]David Heinemeier Hansson2006-03-281-1/+1
* Dont require rake to run the server, just have a little undryness instead (cl...David Heinemeier Hansson2006-03-261-6/+2
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-211-0/+1
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4
* use cleanpath of config file in lighttpd server script (closes #4203) [Caio C...David Heinemeier Hansson2006-03-181-1/+1
* Added 'port open?' check to the spawner when running in repeat mode so we don...David Heinemeier Hansson2006-03-181-3/+13
* Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]David Heinemeier Hansson2006-03-181-4/+5
* Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.Sam Stephenson2006-03-121-1/+1
* Use the Rake API instead of shelling out to create the tmp directory in comma...Sam Stephenson2006-03-121-2/+7
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-043-3/+9
* Add 'app' accessor to script/console as an instance of Integration::SessionJamis Buck2006-03-011-0/+1
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-3/+22