Why doesn't mongrel start in Rails 3.2.rc? Why doesn't mongrel start in Rails 3.2.rc? ruby-on-rails ruby-on-rails

Why doesn't mongrel start in Rails 3.2.rc?


Starting on Rails 3.2 you must specify the server you want to use, otherwise Webrick will be used.

So, to use mongrel, you must place the gem at your Gemfile AND start the server like this:

$ rails s mongrel