-
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
What is the best practice for integrating chruby with Phusion Passenger? Is there one?
I have chruby auto switching enabled at the system level and it would be nice to not have to hard code the passenger line in ssl.conf (and/or httpd.conf) in addition to maintaining .ruby-version. For example, from my ssl.conf:
PassengerRuby /opt/rubies/ruby-1.9.3-p484/bin/ruby
Something like the following would be more ideal if it were possible:
PassengerRuby $RUBY_ROOT/bin/ruby
Metadata
Metadata
Assignees
Labels
No labels