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 via http://www.ruby-forum.com/.
On Sun, Oct 25, 2009 at 4:47 AM, Michael Gao <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> 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 Mateo. There''s no place like ~
On Oct 25, 3:47 pm, Michael Gao <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> 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 老鼠 <mc02cxj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > On Oct 25, 3:47 pm, Michael Gao <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > 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? > > >-- Code our future Name : Wang Pengcheng Nick : QJGui --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
The default server was changed to webrick. Assuming you have already installed mongrel (gem install mongrel) then you can just type: script/server mongrel On Oct 25, 10:53 am, Wang Pengcheng <wpc0...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> How do you update your rails? > Use the gem or not? > > Maybe you should reinstall your mongrel. > > 2009/10/25 老鼠 <mc02...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > On Oct 25, 3:47 pm, Michael Gao <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > 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? > > -- > Code our future > Name : Wang Pengcheng > Nick : QJGui