From: Jonathan Nielsen on
>
> Mongrel 1.1.5 has not been prepared for 1.9.1. Even more, the binary
> version do not support both 1.8 and 1.9
>
> I'm working on a release of 1.1.6 that support these versions.
>
> As for the issue related to the installation process, seems you
> resolved the permission issue that was associated with the directory.
>
> Next version of RubyInstaller (rc2) will not require admin privileges
> even if you are a member of Administrator group with UAC high.
>
> Regards,
> --
> Luis Lavena
>
>

Someone has released a patched version of mongrel 1.1.5 that will
compile its extensions against 1.9.1 just fine... the link is all over
the comments for mongrel on isitruby19.com, let me look real quick...

This one: gem install mongrel --source http://gems.rubyinstaller.org

Works great for me (just tested it against ruby 1.9.1 on cygwin... it
is a little slow as mongrel on windows tends to be for some reason,
I'll have to try it on my linux box later)

-Jonathan Nielsen

From: Charles Oliver Nutter on
On Sun, Jan 17, 2010 at 8:54 PM, Alpha Blue <jdezenzio(a)gmail.com> wrote:
> 1.8.6 - One Click Installer (no headaches)
> JRuby 1.4 - use Netbeans 6.8 IDE ( very few headaches)

We would love to know what the few headaches are for JRuby. In my
estimation, it's the easiest way by far to get Ruby running on
Windows, and we have recently spent a great deal of effort on
Windows-related issues in our bug tracker. Plus for libraries like
Mongrel or Hpricot, there's no compile phase *ever* and if you need to
write fast "native" code, there are options like java-inline.

Support for Ruby 1.9 is a work in progress, but then so is Ruby 1.9 :)

- Charlie

From: Alpha Blue on
> Mongrel 1.1.5 has not been prepared for 1.9.1. Even more, the binary
> version do not support both 1.8 and 1.9
>
> I'm working on a release of 1.1.6 that support these versions.
>
> Regards,

Hi Luis, as Jonathan pointed out and I did earlier in my thread, I'm
using 1.1.6 for Mongrel from the source I outlined. It works great and
it's fully tested for 1.9.1.

Just an fyi...










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

From: Luis Lavena on
On Jan 18, 2:20 pm, Jonathan Nielsen <jonat...(a)jmnet.us> wrote:
> > Mongrel 1.1.5 has not been prepared for 1.9.1. Even more, the binary
> > version do not support both 1.8 and 1.9
>
> > I'm working on a release of 1.1.6 that support these versions.
>
> > As for the issue related to the installation process, seems you
> > resolved the permission issue that was associated with the directory.
>
> > Next version of RubyInstaller (rc2) will not require admin privileges
> > even if you are a member of Administrator group with UAC high.
>
> > Regards,
> > --
> > Luis Lavena
>
> Someone has released a patched version of mongrel 1.1.5 that will
> compile its extensions against 1.9.1 just fine... the link is all over
> the comments for mongrel on isitruby19.com, let me look real quick...
>
> This one: gem install mongrel --source http://gems.rubyinstaller.org
>

That 'someone' is me, so I'm pretty aware of that release and its
limitations :-)

That release was done as proof of concept, but should not be used as
production environment since lot of tests didn't complete.

> Works great for me (just tested it against ruby 1.9.1 on cygwin... it
> is a little slow as mongrel on windows tends to be for some reason,
> I'll have to try it on my linux box later)
>

It will work, but again: I advise against it until official 1.1.6
release is made.

I'm working on it but JRuby parser is still giving me some issues.
Once that is ironed, expect an official release with 1.9 support.

Cheers,
--
Luis Lavena
From: Alpha Blue on
>
> That 'someone' is me, so I'm pretty aware of that release and its
> limitations :-)
>

Somehow, I knew that someone might have been you as soon as I posted
that this morning. :)

You are everywhere!

God bless you though. You are really a god send to this community.

Take care mate.
--
Posted via http://www.ruby-forum.com/.