[Mongrel] Slightly OT: Rails + Mongrel Proxy Server without Apache

2007-01-04 Thread Chad Woolley
://lists.netisland.net/archives/phillyonrails/phillyonrails-2006/msg00231.html So, what I want is to simply proxy the entire response, headers and all, without rails or mongrel changing anything. Any ideas? Thanks in advance, -- Chad Woolley ___ Mongrel-users

Re: [Mongrel] The Debian Plan - reloaded

2007-01-13 Thread Chad Woolley
On 1/12/07, Filipe [EMAIL PROTECTED] wrote: On Fri, 12 Jan 2007, Zed A. Shaw wrote: * When release candidates are released, can you append something like ~rc1 to the tar file? This help debian auto tools to check new releases. There's also a problem with how Rake and/or rubygems likes

Re: [Mongrel] The Debian Plan - reloaded

2007-01-15 Thread Chad Woolley
On 1/15/07, Filipe [EMAIL PROTECTED] wrote: On Sat, 13 Jan 2007, Chad Woolley wrote: Hum... then -rc1? :D Well, I take a look at this when generating the rake task. I *THINK* this is not the rubygems standard. See this: http://rubygems.org/read/chapter/16 ... 1. Why does debian

Re: [Mongrel] The Debian Plan - reloaded

2007-01-15 Thread Chad Woolley
On 1/15/07, Kirk Haines [EMAIL PROTECTED] wrote: On 1/15/07, Chad Woolley [EMAIL PROTECTED] wrote: I'll point this thread out to the RubyGems list, I'm curious what they would have to say. At a minimum, I think the RubyGems versioning standard docs could use some clarification. I

Re: [Mongrel] [ANN] Mongrel 1.0.1 Officially Released

2007-01-22 Thread Chad Woolley
On 1/22/07, Zed A. Shaw [EMAIL PROTECTED] wrote: Thank you to everyone who's helped out and enjoyed being in on the jokes. I'm hoping to plan a few nice gestures for contributors and the faithful users. Great job, Zed and everyone... I'm planning unholy retribution for the non-believers

[Mongrel] Auto-installing Gems via boot.rb causes errors under Mongrel

2007-02-06 Thread Chad Woolley
Hi, I'm trying to make my Rails app auto-install my required gems, by invoking the gem installation in boot.rb. I'll use the ActionMailer gem as an example: ... system sudo gem install actionmailer --version=1.2.5 -y ... Problem is that this fails on the first invocation of Mongrel - it can't