Oh well, needed a good subject, sounds funny enough? http://dev.rubyonrails.org/ticket/5475 Add "automatic" mongrel support to script/server Status: closed, commited in rev #4486. That is good news, right? Ok, back to work, enoguh relax for me ;-) -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
On Tue, 2006-06-27 at 14:02 -0300, Luis Lavena wrote:> Oh well, needed a good subject, sounds funny enough? > > http://dev.rubyonrails.org/ticket/5475 > > Add "automatic" mongrel support to script/server > > Status: closed, commited in rev #4486. > > That is good news, right? > > Ok, back to work, enoguh relax for me ;-) >Yeah man, it''s very cool. If people have mongrel installed then they can do script/server mongrel and it''ll start right up. Should make lots of folks happy. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/
Metin Amiroff
2006-Jun-27 18:14 UTC
[Mongrel] Mongrel, sit!, good god! -- said Rails core.
Is there any reason for not including Mongrel as a default RoR application server besides that "Made with %100 Ruby" argument? Now, _that_ would make even more folks happy... On 6/27/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> > On Tue, 2006-06-27 at 14:02 -0300, Luis Lavena wrote: > > Oh well, needed a good subject, sounds funny enough? > > > > http://dev.rubyonrails.org/ticket/5475 > > > > Add "automatic" mongrel support to script/server > > > > Status: closed, commited in rev #4486. > > > > That is good news, right? > > > > Ok, back to work, enoguh relax for me ;-) > > > > Yeah man, it''s very cool. If people have mongrel installed then they > can do script/server mongrel and it''ll start right up. Should make lots > of folks happy. > > > -- > Zed A. Shaw > http://www.zedshaw.com/ > http://mongrel.rubyforge.org/ > > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Pace Peace Paix Paz Frieden Pax Pok?j Fri?ur Fred B?ke Hasiti Lap? Hetep Malu M?? Wolakota Santiphap Irini Peoch Shanti Vrede Bar?? R?j M?r Taika Rongo S?lh Py''guapy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060627/95100586/attachment.html
Berger, Daniel
2006-Jun-27 19:04 UTC
[Mongrel] Mongrel, sit!, good god! -- said Rails core.
>-----Original Message----- >From: mongrel-users-bounces at rubyforge.org[mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Metin Amiroff>Sent: Tuesday, June 27, 2006 12:14 PM >To: mongrel-users at rubyforge.org >Subject: Re: [Mongrel] Mongrel, sit!, good god! -- said Rails core.>Is there any reason for not including Mongrel as a default RoRapplication server besides that "Made with %100 Ruby" argument? That would require making Mongrel a required dependency for RoR. I dunno that they want to do that. Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
Marcus Rueckert
2006-Jun-27 19:09 UTC
[Mongrel] Mongrel, sit!, good god! -- said Rails core.
On 2006-06-27 14:04:53 -0500, Berger, Daniel wrote:> >-----Original Message----- > >From: mongrel-users-bounces at rubyforge.org > [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Metin Amiroff > >Sent: Tuesday, June 27, 2006 12:14 PM > >To: mongrel-users at rubyforge.org > >Subject: Re: [Mongrel] Mongrel, sit!, good god! -- said Rails core. > > >Is there any reason for not including Mongrel as a default RoR > application server besides that "Made with %100 Ruby" argument? > > That would require making Mongrel a required dependency for RoR. I > dunno that they want to do that.why? lighttpd isnt an hard requirement and preferred if found aswell. so you could do the same with mongrel. a simple: begin require "mongrel" rescue should do it no?:) darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
On 6/27/06, Berger, Daniel <Daniel.Berger at qwest.com> wrote:> >-----Original Message----- > >From: mongrel-users-bounces at rubyforge.org > [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Metin Amiroff > >Sent: Tuesday, June 27, 2006 12:14 PM > >To: mongrel-users at rubyforge.org > >Subject: Re: [Mongrel] Mongrel, sit!, good god! -- said Rails core. > > >Is there any reason for not including Mongrel as a default RoR > application server besides that "Made with %100 Ruby" argument? > > That would require making Mongrel a required dependency for RoR. I > dunno that they want to do that. >Actually if mongrel is installed, will run with it, if not, will default to webrick (like was doing with lighty, now plus mongrel). Is up to the developer to install mongrel or not, anyway your rails applications will work. http://dev.rubyonrails.org/changeset/4486 -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
Berger, Daniel
2006-Jun-27 19:15 UTC
[Mongrel] Mongrel, sit!, good god! -- said Rails core.
> -----Original Message----- > From: mongrel-users-bounces at rubyforge.org > [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Luis Lavena > Sent: Tuesday, June 27, 2006 1:14 PM > To: mongrel-users at rubyforge.org > Subject: Re: [Mongrel] Mongrel, sit!, good god! -- said Rails core. > > > On 6/27/06, Berger, Daniel <Daniel.Berger at qwest.com> wrote: > > >-----Original Message----- > > >From: mongrel-users-bounces at rubyforge.org > > [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Metin > > Amiroff > > >Sent: Tuesday, June 27, 2006 12:14 PM > > >To: mongrel-users at rubyforge.org > > >Subject: Re: [Mongrel] Mongrel, sit!, good god! -- said Rails core. > > > > >Is there any reason for not including Mongrel as a default RoR > > application server besides that "Made with %100 Ruby" argument? > > > > That would require making Mongrel a required dependency for RoR. I > > dunno that they want to do that. > > > > Actually if mongrel is installed, will run with it, if not, > will default to webrick (like was doing with lighty, now plus > mongrel). Is up to the developer to install mongrel or not, > anyway your rails applications will work. > > http://dev.rubyonrails.org/changeset/4486Ah, ok. Thanks for the correction Luis. Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
On 6/27/06, Marcus Rueckert <mrueckert at suse.de> wrote:> On 2006-06-27 14:04:53 -0500, Berger, Daniel wrote: > > >-----Original Message----- > > >From: mongrel-users-bounces at rubyforge.org > > [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Metin Amiroff > > >Sent: Tuesday, June 27, 2006 12:14 PM > > >To: mongrel-users at rubyforge.org > > >Subject: Re: [Mongrel] Mongrel, sit!, good god! -- said Rails core. > > > > >Is there any reason for not including Mongrel as a default RoR > > application server besides that "Made with %100 Ruby" argument? > > > > That would require making Mongrel a required dependency for RoR. I > > dunno that they want to do that. > > why? > lighttpd isnt an hard requirement and preferred if found aswell. > so you could do the same with mongrel. > > a simple: > > begin > require "mongrel" > rescue > > should do it no?:) >yeah, it does: http://rails.techno-weenie.net/question/2006/6/23/starting-mongrel-with-script-server I replaced my script/server with the one I proposed on that page, long time ago. -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi
Jamie Orchard-Hays
2006-Jun-27 19:18 UTC
[Mongrel] Mongrel, sit!, good god! -- said Rails core.
Interesting that LightTPD supersedes mongrel. I''d thing it''d be the other way. Perhaps b/c mongrel doesn''t yet output sql statements like LightTPD? On Jun 27, 2006, at 3:13 PM, Luis Lavena wrote:> > Actually if mongrel is installed, will run with it, if not, will > default to webrick (like was doing with lighty, now plus mongrel). Is > up to the developer to install mongrel or not, anyway your rails > applications will work. > > http://dev.rubyonrails.org/changeset/4486
Brian McCallister
2006-Jun-27 23:19 UTC
[Mongrel] Mongrel, sit!, good god! -- said Rails core.
Perhaps the crippling lack of keep-alive? -Brian On Jun 27, 2006, at 9:18 PM, Jamie Orchard-Hays wrote:> Interesting that LightTPD supersedes mongrel. I''d thing it''d be the > other way. Perhaps b/c mongrel doesn''t yet output sql statements like > LightTPD? > > > On Jun 27, 2006, at 3:13 PM, Luis Lavena wrote: > >> >> Actually if mongrel is installed, will run with it, if not, will >> default to webrick (like was doing with lighty, now plus mongrel). Is >> up to the developer to install mongrel or not, anyway your rails >> applications will work. >> >> http://dev.rubyonrails.org/changeset/4486 > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users