Rails 2.3 vs. Passenger 2.0.6
Posted by: ehahn9
Posted on: 2009-03-12 18:55:00
I am using Rails 2.3 (vendor'ed to my app) on DH and having problems with DH's Passenger 2.0.6. There is a known problem with "Set-Cookie" in Passenger 2.0.6 (fixed in 2.1.1) but DH won't be upgrading Passenger anytime soon :-( so I'm feeling a bit stuck.
Does anyone have any suggestions on how I might be able to make this work? I'm thinking of:
1. Switching to DreamHost PS ($$) so I can run a 2.3-compatible Mongrel instead (anyone have thoughts on that option?)
2. Switching from Passenger to the "old" fcgi deployment (but will that really help my problem? Can I select my own mongrel/webrick version in this scenario)?
3. Or is there some magical way for me to "vendor" my own Passenger so I can deploy my own 2.1.1 instance?
Apologies in advance if this is a silly question - but I really would appreciate any wisdom out there!