[ANN] Mongrel 0.3.13.3 -- Ruby Licensed Release

Hello Everyone,

This is the official 0.3.13.3 release of Mongrel.

Mongrel is now released under the Ruby license instead of the LGPL.
I’m hoping this increases the adoption of Mongrel even further and
hopefully I can start pushing to get Mongrel included in Ruby directly.

INSTALL

As usual, you install it with your friendly gem install method of
choice:

gem install mongrel

Or whatever works for you. If the mirror doesn’t update for you fast
enough, you can also grab it with:

gem install mongrel --source=http://mongrel.rubyforge.org/releases/

CHANGES

There was just a small fix to get object count logging with the -B
option working again. Let me know if this blows up for you when you
turn it on.

Also, this release will print the access log to the screen when you’re
not in daemon mode. Let me know if you like or dislike this.

A NEW BUGS MASCOT!

I counted the votes today at about 5pm and it looks like Jake won. You
can see a graph of the results at:

http://mongrel.rubyforge.org/images/bug_votes.png

And take a look at Jake at:

http://www.sonoma-marinfair.org/uglydogvote.shtml

I’ll be contacting Jake’s owner soon to see if I can use him on the
Mongrel site as the mascot for the Bugs page.

···


Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/
http://www.railsmachine.com/ – Need Mongrel support?

Zed Shaw wrote:

CHANGES

There was just a small fix to get object count logging with the -B
option working again. Let me know if this blows up for you when you
turn it on.

Also, this release will print the access log to the screen when you're
not in daemon mode. Let me know if you like or dislike this.

For windows users, I suggest adding a start option for the access
logging (on/off).

Ed

···

--
Posted via http://www.ruby-forum.com/\.

snacktime wrote:

Using rails 1.1.4 I get this:

catalog1# mongrel_rails start -C config/mongrel.conf
** Loading settings from config/mongrel.conf (they override command
line).
** Starting Mongrel listening at 69.25.136.52:80
** Loading additional MIME types from config/mime.types
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in
`register': undefined method `resolve' for nil:Mongrel::URIClassifier
(NoMethodError)
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:850:in
`uri'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:1018:in
`debug'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:1016:in
`debug'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:108:in
`cloaker_'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:832:in
`listener'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:96:in
`cloaker_'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:750:in
`initialize'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:83:in
`run'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel/command.rb:199:in
`run'
        from
/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/bin/mongrel_rails:235
        from /usr/local/bin/mongrel_rails:18

I've had the same problem on a clean debian installation.

'gem install mongrel' showed some messages make wasn't installed,
however the installation seemed succesfull. I assumed compiling from
source was just optional then.

However it will then fail with the above messages. So just install the
make tools and reinstall the gem and the errors will go away.

···

--
Posted via http://www.ruby-forum.com/\.