Change default server for Rails
问题 I installed the mongrel gem because I need it on my workstation for rare occasions, and now it's my default Rails (2) server. I know I could specify script/server webrick on the command line, but the fact is that I'd like to have my system (or app) default to webrick, and only use mongrel when specified. Anybody know how to arrange that? Specs: WinXP, Rails 2.3.12, Ruby 1.8.7 回答1: Ok here are a few options: Option one - One off: Always add webrick as a command line arg Open script/server and