Robert Walker wrote in post #975494:
> Douglas Fonseca wrote in post #975480:
>> I'm getting this error message when I try to install Mongrel with "gem
>> install mongrel" on Windows 7 x64
>>
>> gem install mongrel
>> Successfully installed mongrel-1.1.5-x86-mingw32
>> 1 gem installed
>> Installing ri documentation for mongrel-1.2.0.pre2-x86-mingw32...
>> Installing EDoc documentation for mongrel-1.2.0.pre2-x86-mingw32...
>> ERROR: While executing gem... (Encoding::UndefinedConversionError)
>>      U+2019 from UTF-8 to CP850
>>
>> Does anyone know what's happening and how to solve it?
>> Thanks in advance!
>
> I fixed my issues with Mongrel by switching to Phusion Passenger
> Standalone. I don't know if this is a viable solution for you since I
> don't run Windows. In practice it works in a similar way to running
> Mongrel, but instead of using 'rails s' you run 'passenger start'
> instead. Phusion Passenger also has the advantage of having the Nginx
> core driving the front-end so you end up with an environment closer to a
> typical deployment environment.

Interesting.  I had "rails s" work out of the box on a new Ruby 
1.9.2/Rails 3 installation (granted, this was on Mac OS, not Windows). 
I'd use Passenger if Mongrel and Thin didn't work, but I still see 
little point in bothering with it for development if the lighter-weight 
alternatives function.  (I can't see how having Nginx is an advantage 
unless you're actually doing Nginx redirects and such.)

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]

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

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to