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. -- 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.

