aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-106/+0
* Dont require thin as the thin rack adapter is now upstreamJames Tucker2009-08-051-7/+0
* Fix script/server's default mount path [#2731 state:resolved]Joshua Peek2009-05-281-1/+1
* server command help inconsistency fix [#2685 state:resolved]anupom syam2009-05-271-5/+5
* Fix missing core extension dependenciesJeremy Kemper2009-04-281-1/+0
* script/server command can accept --path option to set app's root path [#1156 ...Chris Cherry2009-02-051-4/+15
* Use LogTailerJeremy Kemper2008-12-181-1/+1
* opps, inner_app is in the wrong conditionalJoshua Peek2008-12-011-1/+1
* Generate rackup dispatcher with rails:update:generate_dispatchersJoshua Peek2008-12-011-9/+11
* Move debugger into middlewareJoshua Peek2008-11-251-12/+1
* don't try to require vendored rack in script/serverJoshua Peek2008-11-251-1/+2
* Switch script/server to use rack processorJoshua Peek2008-11-221-29/+95
* Drop lighttpd support from script/serverJoshua Peek2008-11-221-5/+1
* Kill dead "new_mongrel" handlerJoshua Peek2008-11-221-2/+2
* Prefer Mongrel over Thin [#658 state:resolved]Joshua Peek2008-07-191-3/+3
* Added Thin support to script/server. [#488 state:resolved]Bob Klosinski2008-06-251-2/+12
* Don't make new_mongrel server default yetJeremy Kemper2007-12-291-6/+2
* Introduce native mongrel handler and push mutex into dispatcher.Jeremy Kemper2007-12-271-2/+6
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-1/+1
* script/server creates the tmp/pids directory. Closes #6204.Jeremy Kemper2006-09-131-1/+1
* script/server prefers mongrel over lighttpdJeremy Kemper2006-06-291-3/+3
* Mongrel: script/server works on Win32. Closes #5499.Jeremy Kemper2006-06-281-1/+7
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-231-7/+10
* Create temporary dirs relative to RAILS_ROOT when running script/server #5014...David Heinemeier Hansson2006-06-031-1/+1
* Dont require rake to run the server, just have a little undryness instead (cl...David Heinemeier Hansson2006-03-261-6/+2
* 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-041-0/+1
* Use require_library_or_gem 'fcgi' in script/serverSam Stephenson2005-11-071-1/+1
* Make sure to check for FCGI as well as lighttpdDavid Heinemeier Hansson2005-11-071-1/+7
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-071-56/+19
* Fix problem with RAILS_ENV being frozen when set from environment variableJamis Buck2005-10-141-1/+1
* Fix script/server to use the environment given by the -e toggleJamis Buck2005-10-131-0/+2
* Clean up the act of commandsDavid Heinemeier Hansson2005-09-291-2/+2
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-291-0/+57