> Just my opinion, but WEBrick has always been the default server. Adding > mongrel to the default Gemfile makes it a required dependency and people > without it will have to install the gem first.
But why put unicorn in there commented out? Why switch from a commented out mongrel to a commented out unicorn? > On Tue, Oct 19, 2010 at 9:43 AM, Dave Bush <[email protected]> wrote: > Any idea why the mongrel gem has been excluded from the Gemfile? > > > On Mon, Oct 18, 2010 at 8:42 PM, Erol Fornoles <[email protected]> > wrote: > I still use mongrel for my dev environment. If you have a Rails 3 + Ruby > 1.9.2 stack, you'll need the mongrel-1.2.0-pre though. > > On Tue, Oct 19, 2010 at 7:48 AM, Dave Bush <[email protected]> wrote: > Hi Folks, > > Earlier I posted about rails development servers and asked if mongrel was on > its way out. Some suggested that I search group which I of course did but > couldn't come to a conclusion about which server folks are using these days > for development. Does anyone know what rails team is suggesting or what the > most common is outside of mongrel? It seems mongrel is not the choice for > rails 3. I read a couple of posts about unicorn. Someone suggested that the > rails team included unicorn in the Gemfile (commented out) as a possible hint > to move onto something other than mongrel. Mongrel only works if you include > it in the Gemfile which isn't added by default. Mongrel has been the default > development server for a while now but obviously there had been a shift. I > am just trying to get back into the loop. Any thoughts? > > Cheers, > Dave > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > Erol M. Fornoles > http://erolfornoles.posterous.com > http://github.com/Erol > http://twitter.com/erolfornoles > http://ph.linkedin.com/in/erolfornoles > > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > Erol M. Fornoles > http://erolfornoles.posterous.com > http://github.com/Erol > http://twitter.com/erolfornoles > http://ph.linkedin.com/in/erolfornoles > > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

