| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Thin support to script/server. [#488 state:resolved] | Bob Klosinski | 2008-06-25 | 1 | -0/+25 |
* | Show rails version when the server starts. [#235 state:resolved] | Lawrence Pit | 2008-05-22 | 3 | -3/+3 |
* | Allow custom loggers to work with script/server. | Michael Koziarski | 2008-05-04 | 1 | -8/+8 |
* | Introduce native mongrel handler and push mutex into dispatcher. | Jeremy Kemper | 2007-12-27 | 1 | -0/+16 |
* | use autoeval not autoirb, it's mostly equivalent but doesn't make stepping fr... | Michael Koziarski | 2007-11-30 | 1 | -1/+1 |
* | Fix webrick when using the debugger (closes #9348) [bronson] | David Heinemeier Hansson | 2007-09-25 | 1 | -0/+1 |
* | Start in irb mode if possible | David Heinemeier Hansson | 2007-04-29 | 1 | -1/+1 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 3 | -8/+30 |
* | Wups | David Heinemeier Hansson | 2006-12-01 | 1 | -4/+4 |
* | Refactored to use same option setup | David Heinemeier Hansson | 2006-11-30 | 1 | -6/+11 |
* | Fixed that script/server running against Mongrel should tail the proper log r... | David Heinemeier Hansson | 2006-11-30 | 2 | -5/+8 |
* | Restore windows compatibility | David Heinemeier Hansson | 2006-11-19 | 1 | -1/+5 |
* | Starting, not started yet | David Heinemeier Hansson | 2006-11-19 | 1 | -1/+1 |
* | Make script/server work with -d and -e on Mongrel | David Heinemeier Hansson | 2006-11-19 | 1 | -41/+32 |
* | Use custom mime file for script/server mongrel if config/mime.yml exists. Pa... | Rick Olson | 2006-11-19 | 1 | -1/+9 |
* | Proper initialization | David Heinemeier Hansson | 2006-08-06 | 1 | -1/+1 |
* | Added that you can change the web server port in config/lighttpd.conf from sc... | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+17 |
* | Ensure the logger is initialized. Closes #5629. | Jeremy Kemper | 2006-07-06 | 1 | -1/+4 |
* | Mongrel: script/server tails the rails log like it does with lighttpd. Closes... | Jeremy Kemper | 2006-06-29 | 3 | -19/+27 |
* | Mongrel: script/server works on Win32. Closes #5499. | Jeremy Kemper | 2006-06-28 | 1 | -4/+5 |
* | Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. | Nicholas Seckar | 2006-06-28 | 1 | -4/+4 |
* | Mongrel support for script/server. Closes #5475. | Jeremy Kemper | 2006-06-23 | 1 | -0/+46 |
* | lighttpd.conf should use CWD so the config file is portable across systems, b... | David Heinemeier Hansson | 2006-03-20 | 1 | -3/+4 |
* | use cleanpath of config file in lighttpd server script (closes #4203) [Caio C... | David Heinemeier Hansson | 2006-03-18 | 1 | -1/+1 |
* | Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -4/+5 |
* | Added socket cleanup for lighttpd, both before and after [DHH] Added automati... | David Heinemeier Hansson | 2006-03-04 | 1 | -2/+7 |
* | Remove ::Controllers related cruft; fix AP tests | Nicholas Seckar | 2006-02-26 | 1 | -1/+3 |
* | Allow script/server -c /path/to/lighttpd.conf | Jeremy Kemper | 2006-02-23 | 1 | -1/+11 |
* | Remove hardcoded path to reaper script in script/server. | Jeremy Kemper | 2006-02-22 | 1 | -2/+2 |
* | Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the... | David Heinemeier Hansson | 2006-02-12 | 1 | -7/+9 |
* | Show a message on script/server exit before reaping FCGIs | Sam Stephenson | 2006-01-13 | 1 | -0/+1 |
* | Reap FCGI processes after lighttpd exits | Sam Stephenson | 2006-01-12 | 1 | -2/+12 |
* | Run initialize_logger in script/lighttpd to ensure the log file exists before... | Sam Stephenson | 2005-11-30 | 1 | -5/+6 |
* | Have the lighttpd server script report the actual ip to which the server is b... | Sam Stephenson | 2005-11-21 | 1 | -3/+6 |
* | Pulled auto-starting browser: More pain than gain | David Heinemeier Hansson | 2005-11-12 | 2 | -3/+1 |
* | Don't detach or fork for script/server tailing | Nicholas Seckar | 2005-11-09 | 1 | -19/+19 |
* | Added automatic browser launching on OS X when starting script/server [DHH] | David Heinemeier Hansson | 2005-11-09 | 2 | -3/+5 |
* | Copy lighttpd.conf when it is first needed, instead of on app creation | Jamis Buck | 2005-11-07 | 1 | -0/+8 |
* | Make sure to check for FCGI as well as lighttpd | David Heinemeier Hansson | 2005-11-07 | 1 | -3/+6 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-11-07 | 2 | -0/+104 |