Hi Everyone, This is a small release that fixes a little bug, some of the documentation, and adds the new RedirectHandler code and a @redirect@ call for the mongrel.conf files. It''s fresh so don''t rely on it. Everyone should upgrade with the usual *gem update* command (which tells you it''s "Upgrading...") and tell me how it works. This release fixes: * The -C configure file option was busted because of an errant line move. * Adds RedirectHandler thanks to Jonas Pfenniger and a new redirect call to Configurator. * Fixes mongrel_servic documentation which was referring to -r instead of -c and -C instead of -u. USING RedirectHandler Redirects are pretty simple. You simply have either a new RedirectHandler class you can use or you can put this in a mongrel.conf and pass that to -S: redirect "/from", "/to" It also accepts regex for the @from@ parameter and can take a block. Play with it if you''re interested. DEFLATE AND SAFARI It looks like Safari does not honor the @Content-Encoding: deflate@ response, so avoid using DeflateFilter until I can find out why. *This* is why you don''t hand code network protocol parsers. RAILSCONF (-1 DAY) I''m actually an idiot and scheduled my RailsConf trip a day early. I''ve gotta work that day so I''m going to be at the Radisson near the conference hotel if people want to meet me. Here''s my face: http://facebook.railsconf.org/users/122 Anyone interested in having a Mongrel get together either tomorrow or during the conference should put their picture in the facebook, tag it with mongrel, and I''ll work out something based on interest. Mike Clark is interested in doing a BOF too. Should be fun. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/
On 6/21/06, Zed Shaw <zedshaw@zedshaw.com> wrote:> Everyone should upgrade with the usual *gem update* command (which tells > you it''s "Upgrading...") and tell me how it works.Select which gem to install for your platform (i686-linux) 1. mongrel 0.3.13.1 (ruby) 2. mongrel 0.3.13.1 (mswin32) ....> 1ERROR: While executing gem ... (OpenURI::HTTPError) 300 Multiple Choices
Phillip Kast
2006-Jun-21 10:29 UTC
[Mongrel] [Rails] [ANN] Mongrel 0.3.13.1 -- Quick Small Fixes
I get similar errors: a 404 when I tried to gem upgrade, and a 300 after I uninstall mongrel and then try to install 0.3.13.1 (0.3.13 installs fine). Looks like maybe 0.3.13.1 didn''t quite make it to the server? -phil Stoyan Zhekov wrote:> On 6/21/06, Zed Shaw <zedshaw at zedshaw.com> wrote: > >> Everyone should upgrade with the usual *gem update* command (which tells >> you it''s "Upgrading...") and tell me how it works. > > Select which gem to install for your platform (i686-linux) > 1. mongrel 0.3.13.1 (ruby) > 2. mongrel 0.3.13.1 (mswin32) > .... >> 1 > ERROR: While executing gem ... (OpenURI::HTTPError) > 300 Multiple Choices > _______________________________________________ > Rails mailing list > Rails at lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Phillip Kast (909)630-9562 phil at unimedia.org
Zed Shaw
2006-Jun-21 13:46 UTC
[Mongrel] [Rails] [ANN] Mongrel 0.3.13.1 -- Quick Small Fixes
On Wed, 2006-06-21 at 03:29 -0700, Phillip Kast wrote:> I get similar errors: a 404 when I tried to gem upgrade, and a 300 after > I uninstall mongrel and then try to install 0.3.13.1 (0.3.13 installs fine). > Looks like maybe 0.3.13.1 didn''t quite make it to the server?Nope, it''s up there but the gems have to migrate out to the various mirror servers. Try back in a little while. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/
On Wed, 2006-06-21 at 16:27 +0900, Stoyan Zhekov wrote:> On 6/21/06, Zed Shaw <zedshaw@zedshaw.com> wrote: > > > Everyone should upgrade with the usual *gem update* command (which tells > > you it''s "Upgrading...") and tell me how it works. > > Select which gem to install for your platform (i686-linux) > 1. mongrel 0.3.13.1 (ruby) > 2. mongrel 0.3.13.1 (mswin32) > .... > > 1 > ERROR: While executing gem ... (OpenURI::HTTPError) > 300 Multiple ChoicesIt can take some time for gems to migrate to the mirrors. Just try again in a while. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/
Jamie Orchard-Hays
2006-Jun-21 13:54 UTC
[Mongrel] [Rails] [ANN] Mongrel 0.3.13.1 -- Quick Small Fixes
I just gem installed it with no problem. On Jun 21, 2006, at 6:29 AM, Phillip Kast wrote:> I get similar errors: a 404 when I tried to gem upgrade, and a 300 > after > I uninstall mongrel and then try to install 0.3.13.1 (0.3.13 > installs fine). > Looks like maybe 0.3.13.1 didn''t quite make it to the server? > > -phil > > > Stoyan Zhekov wrote: >> On 6/21/06, Zed Shaw <zedshaw at zedshaw.com> wrote: >> >>> Everyone should upgrade with the usual *gem update* command >>> (which tells >>> you it''s "Upgrading...") and tell me how it works. >> >> Select which gem to install for your platform (i686-linux) >> 1. mongrel 0.3.13.1 (ruby) >> 2. mongrel 0.3.13.1 (mswin32) >> .... >>> 1 >> ERROR: While executing gem ... (OpenURI::HTTPError) >> 300 Multiple Choices >> _______________________________________________ >> Rails mailing list >> Rails at lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > -- > Phillip Kast > (909)630-9562 > phil at unimedia.org > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users
Metin Amiroff
2006-Jun-21 20:34 UTC
[Mongrel] [Rails] [ANN] Mongrel 0.3.13.1 -- Quick Small Fixes
Gem updated, no problems here. On 6/21/06, Jamie Orchard-Hays <jamie at dangosaur.us> wrote:> > I just gem installed it with no problem. > > > On Jun 21, 2006, at 6:29 AM, Phillip Kast wrote: > > > I get similar errors: a 404 when I tried to gem upgrade, and a 300 > > after > > I uninstall mongrel and then try to install 0.3.13.1 (0.3.13 > > installs fine). > > Looks like maybe 0.3.13.1 didn''t quite make it to the server? > > > > -phil > > > > > > Stoyan Zhekov wrote: > >> On 6/21/06, Zed Shaw <zedshaw at zedshaw.com> wrote: > >> > >>> Everyone should upgrade with the usual *gem update* command > >>> (which tells > >>> you it''s "Upgrading...") and tell me how it works. > >> > >> Select which gem to install for your platform (i686-linux) > >> 1. mongrel 0.3.13.1 (ruby) > >> 2. mongrel 0.3.13.1 (mswin32) > >> .... > >>> 1 > >> ERROR: While executing gem ... (OpenURI::HTTPError) > >> 300 Multiple Choices > >> _______________________________________________ > >> Rails mailing list > >> Rails at lists.rubyonrails.org > >> http://lists.rubyonrails.org/mailman/listinfo/rails > >> > > > > > > -- > > Phillip Kast > > (909)630-9562 > > phil at unimedia.org > > > > _______________________________________________ > > Mongrel-users mailing list > > Mongrel-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ > 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/20060621/80d1788a/attachment-0001.html
Phillip Kast
2006-Jun-21 21:56 UTC
[Mongrel] [Bulk] Re: [Rails] [ANN] Mongrel 0.3.13.1 -- Quick Small Fixes
Metin Amiroff wrote:> Gem updated, no problems here. > > On 6/21/06, *Jamie Orchard-Hays* <jamie at dangosaur.us > <mailto:jamie at dangosaur.us>> wrote: > > I just gem installed it with no problem. > > On Jun 21, 2006, at 6:29 AM, Phillip Kast wrote: > > I get similar errors: a 404 when I tried to gem upgrade, and a 300 >Works for me now too without specifying the source. Guess the mirrors got it now. PS thanks again Zed for the rapid fixes and active dev on Mongrel. It rocks the house. phil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060621/f996d40a/attachment.html