I believe it has something to do with me using RVM. After I did that,
> On Wed, Sep 2, 2009 at 7:17 AM, Raiko<
raikomi...@gmail.com> wrote:
>
> > Hello,
>
> > I get the following error when I start an app with Passenger.
>
> > uninitialized constant PhusionPassenger::Utils::PseudoIO::StringIO
>
> > It's likely that it's just me, but I want to see if anyone else has
> > gotten that.
>
> > I'm on Snow Leopard, Ruby 1.9.1, and Passenger 2.2.5
>
> It looks like StringIO isn't loaded along with the other dependencies
> on Ruby 1.9.1.
>
> Try this:
> Edit lib/phusion_passenger/utils.rb.
> Insert
> require 'stringio'
> at the top.
>
> Then restart Apache.
>
> --
> Phusion | The Computer Science Company
>
> Web:
http://www.phusion.nl/