I'd like to run Ruby 1.9.2 for memory/speed concerns. I installed RVM in the my home directory and was able to install 1.9.2 successfully. Then I updated the paths in the server start script. Everything seemed to be working correctly. When I went to use the app however, I get this error:
Any ideas of what could cause this error? asked 07 Feb '11, 23:39 holtkampw |
Hi, As far as I have read Ruby 1.9.2 only works with Passenger 3. Our setup has Passenger 2.2.15 whic is the latest stable version that works with Ruby Enterprise Edition. You would need to build a custom app using Pasenger 3 and run it as a Custom app(listening on port) Hope that helps! answered 07 Feb '11, 23:47 neeravk 1
Thanks for the help. It is unfortunate Webfaction hasn't moved from Ruby Enterprise to 1.9.2. Passenger is already in version 3.0.2.
(08 Feb '11, 15:21)
holtkampw
I would like to second that
(30 Apr '11, 21:15)
Jan
|