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