Feature: Support for Fullstaq Ruby
Is it possible to add support for Fullstaq Ruby?
I'm currently deploying MRI to both development workstations as and production servers with ruby-install which works like a charm. I'd give Fullstaq Ruby a shot, however, I'm not sure whether I want to touch this battle proven setup by ditching ruby-install.
Fullstaq provides their own deb/rpm repo and packages, and they install into /usr/lib/fullstaq-ruby/versions/ instead of /opt/rubies/. Seems like you could use fullstaq in production without ruby-install, provided you configure PATH or use a hardcoded #!/usr/lib/fullstaq-ruby/versions/.../bin/ruby in your boot script. In development, you'd just need to copy&paste their installation instructions. Additionally you can use fullstaq rubies with chruby (ex: RUBIES+=(/usr/lib/fullstaq-ruby/versions/*).