The ruby-openid gem was giving me problems with Passenger, causing IOError problems.
I found the fix here
The gist of it?
Add OpenID::Util.logger = RAILS_DEFAULT_LOGGER
to environment.rb, and you're good!
software development with some really amazing hair
The ruby-openid gem was giving me problems with Passenger, causing IOError problems.
I found the fix here
The gist of it?
Add OpenID::Util.logger = RAILS_DEFAULT_LOGGER
to environment.rb, and you're good!