aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers
Commit message (Expand)AuthorAgeFilesLines
* Fix webrick when using the debugger (closes #9348) [bronson]David Heinemeier Hansson2007-09-251-0/+1
* Start in irb mode if possibleDavid Heinemeier Hansson2007-04-291-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-283-8/+30
* WupsDavid Heinemeier Hansson2006-12-011-4/+4
* Refactored to use same option setupDavid Heinemeier Hansson2006-11-301-6/+11
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-302-5/+8
* Restore windows compatibilityDavid Heinemeier Hansson2006-11-191-1/+5
* Starting, not started yetDavid Heinemeier Hansson2006-11-191-1/+1
* Make script/server work with -d and -e on MongrelDavid Heinemeier Hansson2006-11-191-41/+32
* Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...Rick Olson2006-11-191-1/+9
* 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
* Ensure the logger is initialized. Closes #5629.Jeremy Kemper2006-07-061-1/+4
* 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-281-4/+5
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-281-4/+4
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-231-0/+46
* 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
* Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]David Heinemeier Hansson2006-03-181-4/+5
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-2/+7
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-1/+3
* Allow script/server -c /path/to/lighttpd.confJeremy Kemper2006-02-231-1/+11
* Remove hardcoded path to reaper script in script/server.Jeremy Kemper2006-02-221-2/+2
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...David Heinemeier Hansson2006-02-121-7/+9
* Show a message on script/server exit before reaping FCGIsSam Stephenson2006-01-131-0/+1
* Reap FCGI processes after lighttpd exitsSam Stephenson2006-01-121-2/+12
* Run initialize_logger in script/lighttpd to ensure the log file exists before...Sam Stephenson2005-11-301-5/+6
* Have the lighttpd server script report the actual ip to which the server is b...Sam Stephenson2005-11-211-3/+6
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-122-3/+1
* Don't detach or fork for script/server tailingNicholas Seckar2005-11-091-19/+19
* Added automatic browser launching on OS X when starting script/server [DHH]David Heinemeier Hansson2005-11-092-3/+5
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-0/+8
* Make sure to check for FCGI as well as lighttpdDavid Heinemeier Hansson2005-11-071-3/+6
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-072-0/+104