aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers/mongrel.rb
Commit message (Expand)AuthorAgeFilesLines
* Show rails version when the server starts. [#235 state:resolved]Lawrence Pit2008-05-221-1/+1
* Allow custom loggers to work with script/server.Michael Koziarski2008-05-041-8/+8
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-1/+5
* 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-301-1/+4
* Restore windows compatibilityDavid Heinemeier Hansson2006-11-191-1/+5
* 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
* 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-291-2/+6
* Mongrel: script/server works on Win32. Closes #5499.Jeremy Kemper2006-06-281-4/+5
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-231-0/+46