Posts Tagged ‘Passenger’

Multiple Rails Apps Under Passenger

Wednesday, December 30th, 2009

My development server is on a home LAN behind a firewall, and I don’t want to make it a DNS sub-domain. I have directed my router to issue fixed IP addresses through DHCP, so I… Continue reading

Rewind Ruby 1.9.1 (or “Put The Candle Back”)

Wednesday, October 21st, 2009

I updated all the gems for my current Rails development project that is using Ruby 1.9.1. This also included an upgrade to Phusion Passenger 2.2.5. Then I upgraded to Ruby 1.9.1-p243, which promptly crashed… Continue reading

Configuring Passenger sub-URIs

Sunday, April 5th, 2009

Passenger sub-URIs allow you to run multiple Rails aplications under one Apache virtual host, which is great for development. Although Phusion has documented how to do this, I was having trouble. Eventually I got… Continue reading

Goodbye Mongrel, Hello Passenger

Thursday, April 2nd, 2009

Mongrel has been a great web server for Ruby and Rails, but with the significant changes in Ruby 1.9.1 (native threads for instance), I decided to switch to Phusion Passenger and Apache. If nothing else… Continue reading