Rails Server Running Multiple Ruby Versions
I recently set up a new Rails production server based on Ubuntu 10.04, Nginx, Unicorn and rbenv. A few of my Rails applications is still running on Ruby 1.8.7 so the web server must handle multiple ruby versions.
I’ve summarized the steps necessary to get Nginx, Unicorn, rbenv and Bundler to play nicely togheter.
Post a comment