From: Jonathan Nielsen Date: 2010-01-19T02:20:45+09:00 Subject: Re: Can't install gems (Windows) > > 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