aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/server.rb
Commit message (Expand)AuthorAgeFilesLines
* 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