Displaying 20 results from an estimated 10000 matches similar to: "[UPDATE] Mongrel 0.3.13 Pre-Release -- Conditional Responses, Better Parsing"
2006 May 11
5
Mongrel 0.3.13 Pre-Release -- Out of Hibernation
Hello Mongrel Fans,
After about a Month of busy work, bad computers, moving half my house
across the country, and other dramas, I''m finally pushing out the next
release of Mongrel.
This pre-release has lots of little goodies and the start of some
documentation that should get everyone primed for the big "Mongrel 0.4
Enterprisey Edition 1.2" coming real soon now.
INSTALLING
2006 May 09
0
Mongrel Pre-Release Bravery
Hi Everyone,
Another note that there''s a pre-release available for non-win32
platforms that I''d like people to test out. As usual you can install it
with:
gem install daemons (if you don''t have this)
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
This release adds some fantastic file management gear from why the lucky
stiff and Dan Kubb.
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 Jun 15
4
Mongrel 0.3.13 Pre-Release -- Caulking Release
Hello Everyone,
Francois Simond inadvertently found a way to replicate a rare but deadly
bug right as I was working up the official release of Mongrel 0.3.13.
This bug only happened to a few people, but thanks to the wonderful
fuzzing tool Apache Bench[1] he could replicate the slow select
starvation people were seeing.
TESTING
This bug is now fixed in the current pre-release, and I''d
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 May 12
4
New Mongrel 0.3.13 Documentation: HOWTO Do Everything
Just a quick note for a few new features/fixes available on the Mongrel
pre-release and a new document that covers nearly all the big features
and configurations for Mongrel.
First, the document is http://mongrel.rubyforge.org/docs/howto.html and
it covers:
* All the start command options including the fresh -G option to
generate a config for -C.
* The format and usage of the MIME type file (-m
2006 Jun 10
6
Mongrel 0.3.13 Pre-Release -- Win32! Win32!
Hello Windows Users!
I have finally got my new computer with it''s win32 build working and
have just done the first pre-release for 0.3.13 that has win32 support.
*** All win32 users should try to grab the pre-release and tell me if it
works. ***
You can install it with:
$ gem install mongrel --source=http://mongrel.rubyforge.org/releases/
>From EITHER win32 or any other platform
2006 May 13
0
Mongrel 0.3.13 Pre-Release Update
Hello Folks,
There''s another update to the Mongrel pre-release that fixes a small
bug with the --version options to commands, and adds a new "version"
command.
Please update with:
$ gem uninstall mongrel
$ gem install mongrel --source=http://mongrel.rubyforge.org/releases/
And continue reporting problems to me.
--
Zed A. Shaw
http://www.zedshaw.com/
2007 Mar 20
1
Ticket 6953: Support Method Not Allowed Responses
Hi,
I was wondering if someone wouldn''t mind looking at ticket 6953
and committing it if everything looks ok:
http://dev.rubyonrails.org/ticket/6953
This patch properly handles setting the Allow header and the
proper status code when an HTTP method is used that a resource
doesn''t support or understand.
--
Thanks,
Dan
2006 May 12
1
New Mongrel 0.3.13 Documentation: HOWTO Do Everything
Just a quick note for a few new features/fixes available on the Mongrel
pre-release and a new document that covers nearly all the big features
and configurations for Mongrel.
First, the document is http://mongrel.rubyforge.org/docs/howto.html and
it covers:
* All the start command options including the fresh -G option to
generate a config for -C.
* The format and usage of the MIME type file (-m
2006 Jun 17
3
Mongrel Web Server 0.3.13 OFFICIAL Release
Finally! I''ve released Mongrel 0.3.13 OFFICIALLY to the public for
better or worse. This release is pretty huge compared to previous
releases. It''s got oodles of fixes, design improvements, hosting
enhancements, win32 changes, and the release even works with the latest
cygwin.
Read all about it at http://mongrel.rubyforge.org/news.html
GETTING 0.3.13
Most people do this:
2006 Aug 08
0
0.3.13.4 Pre-Release -- Almost Ready
Hi folks,
I just put a pre-release of Mongrel up for people to try. You can
install it with:
gem install mongrel --source=http://mongrel.rubyforge.org/releases/
And try out your application and confirm the stuff works.
USE RFUZZ AND RUBY
If you find a bug, I''d appreciate it if you can go grab RFuzz (or use
net/http) and work up a little bit of Ruby that demonstrates the bug.
If
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 Jun 19
0
mongrel_cluster 0.2.0 -- Mongrel 0.3.13 Compliant
Bradley couldn''t make it so I''m filling in for him.
This is a short announcement to tell everyone using the mongrel_cluster
gem to manage their Mongrels that there''s a new official version out.
Version 0.2.0 is sporting the following features:
* Added support for specifying user to run
* Added script, mongrel_cluster_ctl for starting/stopping all clusters on a server.
2006 May 20
9
Mongrel 0.3.13 Update -- Code Review, Code Coverage
Hey Folks,
I''ve been holding off the official 0.3.13 release so that Luis can get
the win32 side very nice and clean. We fixed a major problem last night
so it''s only a short time before we get it out. Luis is working really
hard on it, so just be patient.
In the meantime, I''ve been doing a code audit of the Mongrel code as it
is now and fixing any little things I
2006 Sep 20
0
Mongrel 0.3.13.4 Pre-Release -- QUERY_STRING Fixed
Hi Zed/Jonathan,
VMWare Server is free now.
http://www.vmware.com/products/server/
http://www.vmware.com/pdf/server_datasheet.pdf
www.vmware.com/download/server
Runs on any standard x86 hardware
* Supports 64-bit guest operating systems, including Windows, Linux,
and Solaris
* Support for VMware VirtualCenter to efficiently manage infrastructure from
a
central management console
*
2006 Aug 11
0
Mongrel 0.3.13.4 Pre-Release -- PID Files Wor king
Hi All/Zed,
win32 : Is there an Installer/setup for Mongrel along with
rails(1.1.6 security patches included) ?
Thank you,
BR,
~A
-----Original Message-----
From: Zed Shaw [mailto:zedshaw at zedshaw.com]
Sent: Friday, August 11, 2006 11:59 AM
To: mongrel-users at rubyforge.org
Cc: ruby-talk ML; rails at lists.rubyonrails.org
Subject: [Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- PID Files
2006 Apr 27
0
DRY validation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
A few months ago someone posted a message about specifying validates_*
constraints on a per-attribute basis. I just created a small plugin
that
allows you to do this.
Here''s an example from one of my models:
class Country < ActiveRecord::Base
attribute :name, :string do |a|
a.validates_length :within =>
2003 Oct 25
0
[LLVMdev] version 1.0, compiling under cygwin
On Sat, 25 Oct 2003, Valery A.Khamenya wrote:
> (just for fun) I've tried to compile LLVM under cygwin.
> With "make -k" I got only:
Cool. We don't rountinely use this configuration, so there may be a bit
of leg work you'll have to do... :) But that said, we would love to get
LLVM working cleanly on it!
> -----------------
> DynamicLinker.cpp: In function
2006 Aug 11
1
Mongrel 0.3.13.4 Pre-Release -- PID Files Working
Hi Folks,
An update to tell everyone to try out the pre-release again:
sudo gem install mongrel
--source=http://mongrel.rubyforge.org/releases/
Nothing available for win32 yet, the next pre-release will have a win32
build to check that windows folks are OK.
This release fixes the following problems:
* PID files weren''t being written when configured. Works now and logs
messages