Mongrel

I update rails from 2.0.2 to 2.2.3. I enter the command ruby
script/server, it always start mongrel by default before, but now the
server start webrick. How can I start the server by mongrel now?

On Sun, Oct 25, 2009 at 4:47 AM, Michael G.
[email protected] wrote:

I update rails from 2.0.2 to 2.2.3. I enter the command ruby
script/server, it always start mongrel by default before, but now the
server start webrick. How can I start the server by mongrel now?

Have you updated mongrel gem as well?


Leonardo M…
There’s no place like ~

On Oct 25, 3:47 pm, Michael G. [email protected]
wrote:

I update rails from 2.0.2 to 2.2.3. I enter the command ruby
script/server, it always start mongrel by default before, but now the
server start webrick. How can I start the server by mongrel now?

Posted viahttp://www.ruby-forum.com/.

try to install mongrel again…
have you updated rails properly?

How do you update your rails?
Use the gem or not?

Maybe you should reinstall your mongrel.

2009/10/25 è€é¼ [email protected]

have you updated rails properly?


Code our future
Name : Wang P.
Nick : QJGui

The default server was changed to webrick. Assuming you have already
installed mongrel (gem install mongrel) then you can just type:

script/server mongrel