Displaying 20 results from an estimated 10000 matches similar to: "Mongrel Web Server 0.3.12 -- Updated, Getting Closer"
2006 Mar 30
0
Mongrel Web Server 0.3.12 -- Finally Out
Hello Folks,
This is the long awaited (like 2 weeks) 0.3.12 release of Mongrel. This
release has received heavier testing than previous releases and supports a
whole raft of improvements to existing functionality plus some new stuff.
For those not clued in, Mongrel is a web server written in (mostly) Ruby.
Check the funny dogs and read the docs about it at
http://mongrel.rubyforge.org/. The
2006 Mar 27
2
Mongrel Web Server 0.3.12 -- Pre-Release
Hello Everyone,
Mongrel is due for a 0.3.12 release which will feature some pretty insane
goodies for everyone. There''s talk of IOWA support, lots of speed
improvements (including sendfile support), a great Configurator which makes
configuring Mongrel a snap (especially for framework implementers), and a
ton of debugging stuff.
WARNING
This is a pre-release announcement for the
2006 Apr 10
0
Mongrel Web Server 0.3.12.4 -- Relaxed Parser, Date Fix
Hello Everyone,
Just a small announcement for Mongrel 0.3.12.4 which fixes the following
things:
* Corrects the date format returned so that months are three chars only.
* Fixes a problem where DirHandler wasn''t returning Last-Modified and Etag
headers for unknown MIME types.
* Implements a default mime type for anything it doesn''t know about, and
lets you set it via an
2006 Apr 10
1
Mongrel Web Server 0.3.12.4 -- Relaxed Parser, Date Fix
Hello Everyone,
Just a small announcement for Mongrel 0.3.12.4 which fixes the following
things:
* Corrects the date format returned so that months are three chars only.
* Fixes a problem where DirHandler wasn''t returning Last-Modified and Etag
headers for unknown MIME types.
* Implements a default mime type for anything it doesn''t know about, and
lets you set it via an
2006 Apr 08
1
Mongrel 0.3.12.4 Pre-Release -- Please Test (Not Win32)
Morning Folks,
I have a pre-release of Mongrel 0.3.12.4 up on the releases site that I''d
appreciate everyone testing out. This release fixes the following:
* Corrects the date format returned so that months are three chars only.
* Fixes a problem where DirHandler wasn''t returning Last-Modified and Etag
headers for unknown MIME types.
* Implements a default mime type for
2006 Mar 27
24
Mongrel Web Server 0.3.12 -- Pre-Release
Hello Everyone,
Mongrel is due for a 0.3.12 release which will feature some pretty insane
goodies for everyone. There''s talk of IOWA support, lots of speed
improvements (including sendfile support), a great Configurator which makes
configuring Mongrel a snap (especially for framework implementers), and a
ton of debugging stuff.
WARNING
This is a pre-release announcement for the
2006 Feb 03
3
Mongrel HTTP Library 0.2.2 (Serving Directories)
Hey Folks,
Another announcement of Mongrel -- the fastest little web server
library for Ruby yet. This release is nice in that it should build
on win32 better and it now sports a small DirHandler that can serve
directories and files. This means Mongrel is closer to replacing
WEBrick as a Rails debug runner.
You can get the releases and information from:
*
2006 Mar 15
0
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
Hello Folks,
This is the big release of Mongrel that''s been in the works for a while now
(well, like a week). It is chock full of changes and features, but mostly
it syncs up the Win32 side of things, and validates that Edge Rails works
without problems. It also features a more extensive and useful example of
the GemPlugins called mongrel_config.
First the usual stuff for people
2006 Mar 15
9
Mongrel Web Server 0.3.11 -- Edge Rails and Win32Compliant
I don''t think there''s a way to do that other than using a proxy
(ISAPI_REWRITE) or just a server-side redirect. I''d love to be proven
wrong though.
-----Original Message-----
From: rails-bounces@lists.rubyonrails.org
[mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of frazer horn
Sent: Wednesday, March 15, 2006 9:13 AM
To: rails@lists.rubyonrails.org
Subject:
2006 Mar 06
0
Mongrel 0.3.9 -- GemPlugin Based
Hello everyone,
Mongrel now has plugins that are based entirely on RubyGems. This feature
was so slick that I decided to bust it out into a separate project called
GemPlugin (more on that later). What the new plugin system does is makes it
so that people can distribute Mongrel plugins as just plain gems, and
mongrel will load them on the fly if people install them. There''s no
2006 Mar 22
0
0.3.12 Pre-Release Gems Available
Hi Folks,
I''d love for everyone to grab the 0.3.12 pre-release gems from
http://mongrel.rubyforge.org/releases/ and tell me if their stuff breaks.
You can get it with a simple:
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
This release features the following goodies:
* The -n and -t options to mongrel_rails start have changed in meaning to be
the maximum number
2006 May 23
1
Mongrel 0.3.13 Pre-Release Update -- Yep, Again
Hi Folks,
This is another pre-release announcement with lots of goodies for people
to test and play with. At this rate the 0.3.13 release may just turn
into 0.4.
GETTING IT
Pretty simple, just gem install mongrel
--source=http://mongrel.rubyforge.org/releases/
You can get more information at http://mongrel.rubyforge.org/
WHAT''S IN IT
This release has lots of little things, mostly
2006 Mar 06
5
Mongrel 0.3.9 -- GemPlugin Based
Hello everyone,
Mongrel now has plugins that are based entirely on RubyGems. This feature
was so slick that I decided to bust it out into a separate project called
GemPlugin (more on that later). What the new plugin system does is makes it
so that people can distribute Mongrel plugins as just plain gems, and
mongrel will load them on the fly if people install them. There''s no
2006 Feb 14
2
Mongrel 0.3.2 -- The Right Site/All Requests Answered
"Another Mongrel release?! Is he insane?" Yeah, basically.
This is yet another release of Mongrel that adds a bunch of little features
people requested and I found were needed. This release is almost entirely
targeted at Ruby on Rails folks as the majority of the changes went into the
mongrel_rails runner.
Get this release from the (correctly linked) site:
*
2006 Apr 04
1
Mongrel Web Server 0.3.12.2 -- Iron Mongrel (Parser Fix)
Hello Everyone,
This is an ultra quick announce for a bug fix release to Mongrel. It
corrects a small change in the HTTP parser that causes an error when people
use multi-part forms in a certain way. The fix is literally 4 characters
changed in the parser specification.
Everyone should update to this release and let me know if their forms act
really weird. I''ve tested various upload
2006 Feb 18
3
Mongrel 0.3.5 -- Rails/CGI Actually Works
This release of Mongrel features a CGIWrapper that actually works. The
previous code was complete garbage so this one should fix the problems with
sessions, cookies, and content-types people reported previously.
There is also now a correctly built Win32 gem created by Luis Lavena. Luis
joined the Mongrel project and will be working on the Win32 specific gear
needed. His first thing is going to
2006 Jun 30
0
Fwd: Mongrel-users Digest, Vol 5, Issue 22
It''s gotta be Rascal. There''s no fixing Victoria - that''s a re-write from
the ground up.
And Jake a recipe for disaster;
Class Jake < Bat
include Pig
attr_accessor :one_eye
.
.
end
That pig ''ll never fly.
---------- Forwarded message ----------
From: mongrel-users-request at rubyforge.org <
mongrel-users-request at rubyforge.org>
Date:
2006 Jun 05
3
Mongrel Pre-Release 0.3.13 -- Katana Suicide Concurrency
We are *days* away from the official 0.3.13 release, which will be
followed quickly by 0.4 code named Enterprisey Edition 1.2. This latest
pre-release update closes off the last of the annoying bugs, and adds
one very nasty feature people should check out before we release. Read
about Katanas below.
** This release doesn''t have win32 yet. That''ll be uploaded Monday. **
WHAT
2006 Dec 20
6
Mongrel 1.0 RC1 Full Win32 Build
Hello Minions!
It''s *finally* here. Mongrel 1.0 RC1 for everyone to test, even the win32 folks. I managed to get everything to build on windows, including fastthread, and even cleaned up the "releases source":http://mongrel.rubyforge.org/releases/ so that it should install cleaner. Win32 will have to try and report problems, as it seems rubygems is real finicky on win32.
2007 Jan 23
0
Mongrel-users Digest, Vol 12, Issue 22
On 1/23/07, mongrel-users-request at rubyforge.org <
mongrel-users-request at rubyforge.org> wrote:
>
>
> Date: Mon, 22 Jan 2007 21:48:21 -0800
> From: "Zed A. Shaw" <zedshaw at zedshaw.com>
> Subject: [Mongrel] [ANN] Mongrel 1.0.1 Officially Released
> To: mongrel-users at rubyforge.org
> Message-ID: <20070122214821.4804e941.zedshaw at zedshaw.com>