Re: [Mongrel] "mongrel_rails --version" reporting 1.1.2 instead of 1.1.3

2008-01-01 Thread Brian Gupta
Rubygems... The "gem list" command show the updated version number (1.1.3), but "mongrel_rails --version" shows 1.1.2, which was never isntalled on my system. -Brian On Dec 31, 2007 10:35 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > On Dec 31, 2007 8:43 PM, Brian Gupta <[EMAIL PROTECTED]> wrote:

[Mongrel] fastthread no longer needed?

2008-01-01 Thread Kevin Williams
I'm confused. Wasn't threading fixed in 1.8.6, negating the need for fastthread? Why is fastthread still a requirement of Mongrel? Just curious. :) ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-us

Re: [Mongrel] fastthread no longer needed?

2008-01-01 Thread Luis Lavena
On Jan 1, 2008 10:26 PM, Kevin Williams <[EMAIL PROTECTED]> wrote: > I'm confused. Wasn't threading fixed in 1.8.6, negating the need for > fastthread? Why is fastthread still a requirement of Mongrel? Just > curious. :) 1.8.6 ships with fastthread enabled by default, but some distro maintainers b

Re: [Mongrel] "mongrel_rails --version" reporting 1.1.2 instead of 1.1.3

2008-01-01 Thread Luis Lavena
On Jan 1, 2008 4:50 AM, Evan Weaver <[EMAIL PROTECTED]> wrote: > I can reproduce. Can you file a ticket? > Then that means rubyforge picked the older file before we replaced with the correct one. That means Tom Copeland is lying! ;-) (about how gems the replicated into the mirrors) :-) Maybe we

Re: [Mongrel] "mongrel_rails --version" reporting 1.1.2 instead of 1.1.3

2008-01-01 Thread Evan Weaver
Not necessarily... mongrel/branches/stable_1-1 eweaver$ ack 1.1.2 ext/http11_java/org/jruby/mongrel/Http11.java 218: req.aset(runtime.newString("SERVER_SOFTWARE"),runtime.newString("Mongrel 1.1.2")); lib/mongrel/const.rb 68:MONGREL_VERSION="1.1.2".freeze I think someone (you?) forgot to comm

Re: [Mongrel] fastthread no longer needed?

2008-01-01 Thread Kevin Williams
Thank you. On Jan 1, 2008 6:05 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > > On Jan 1, 2008 10:26 PM, Kevin Williams <[EMAIL PROTECTED]> wrote: > > I'm confused. Wasn't threading fixed in 1.8.6, negating the need for > > fastthread? Why is fastthread still a requirement of Mongrel? Just > > curio

Re: [Mongrel] "mongrel_rails --version" reporting 1.1.2 instead of 1.1.3

2008-01-01 Thread Luis Lavena
On Jan 2, 2008 2:34 AM, Evan Weaver <[EMAIL PROTECTED]> wrote: > Not necessarily... > > mongrel/branches/stable_1-1 eweaver$ ack 1.1.2 > ext/http11_java/org/jruby/mongrel/Http11.java > 218: > req.aset(runtime.newString("SERVER_SOFTWARE"),runtime.newString("Mongrel > 1.1.2")); > > lib/mongrel/const.

Re: [Mongrel] "mongrel_rails --version" reporting 1.1.2 instead of 1.1.3

2008-01-01 Thread Evan Weaver
Either way, if someone can figure out why the C/Java extensions don't/can't refer to the same constant in the first place, that would be sweet. I haven't had time to investigate that in detail. Evan On Jan 1, 2008 11:34 PM, Evan Weaver <[EMAIL PROTECTED]> wrote: > Not necessarily... > > mongrel/b