Zed A. Shaw
2006-Nov-25 20:39 UTC
[Mongrel] [ANN] Mongrel 0.3.18 PR -- Lightning Fast Turnaround
Alright folks, I put in a fix for camping and added the patch by Thomas Hurst for the accf_http deferred accept settings for FreeBSD. As usual, please test this release out and let me know if it has any additional problems. I''ll be working on win32 builds today and tomorrow with Luis. Install with: sudo gem install fastthread --source=http://mongrel.rubyforge.org/releases sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases Fastthread didn''t change so you don''t need the first install if you''ve got it already. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://www.awprofessional.com/title/0321483502 -- The Mongrel Book http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
Zed A. Shaw
2006-Nov-25 23:28 UTC
[Mongrel] [ANN] Mongrel 0.3.18 PR -- Lightning Fast Turnaround
On Sat, 25 Nov 2006 15:39:37 -0500 "Zed A. Shaw" <zedshaw at zedshaw.com> wrote:> Alright folks, I put in a fix for camping and added the patch by Thomas Hurst for the accf_http deferred accept settings for FreeBSD. >Holy crap I''m gonna kill the rubygems team. Ok folks, if you do this: sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases You magically get 0.3.17 but if you do this: sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases/ You get 0.3.18 (notice the / now). I have no idea at all why this is happening, and since I can''t delete files on the rubyforge server it will probably be a constant problem. Anyone have an idea why this is happening? -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/ http://www.awprofessional.com/title/0321483502 -- The Mongrel Book http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
Olle Jonsson
2006-Nov-26 08:54 UTC
[Mongrel] [ANN] Mongrel 0.3.18 PR -- Lightning Fast Turnaround
> Install with: > > sudo gem install fastthread --source=http://mongrel.rubyforge.org/ > releases > sudo gem install mongrel --source=http://mongrel.rubyforge.org/ > releases > > Fastthread didn''t change so you don''t need the first install if > you''ve got it already.Or, update your existing gems (from Mongrel) with: sudo gem up --source=http://mongrel.rubyforge.org/releases best regards, and thanks for all the software, Olle, Copenhagen PS: I''m reading the list digest-mode, so I apologize if this is already talked about. The reason I post is that running the sudo gem install command only gave me the same 0.3.17 release that I got yesterday evening. Hence, this post.