This post originated from an RSS feed registered with Ruby Buzz
by rwdaigle.
Original Post: What's New in Edge Rails: Mongrel Support
Feed Title: Ryan's Scraps
Feed URL: http://feeds.feedburner.com/RyansScraps
Feed Description: Ryan Daigle's various technically inclined rants along w/ the "What's new in Edge Rails" series.
The script/server startup script that boots either WEBrick or Lighttpd has gotten an update that will now start mongrel if it detects it on your system.
If you have both lighty and mongrel installed then the script will startup lighty, and of course WEBrick is the fall back if nothing else is available.
As usual, you can force startup of a specific server by passing it in on the command line:
script/server mongrel
or
script/server lighttpd
Looks like mongrel’s quick rise to prominence continues with the official backing of Rails…