Posts tagged RVM
Aug
22
2010
Install RVM, Passenger, Nginx and Rails 3 on Ubuntu Lucid Lynx
This has been a problem encountered by several developers including myself:
Getting RVM, Passenger and Rails3 to work
Here's a quick and short post. Supposing you already have updated Ubuntu and have Ruby installed.
Continue reading »
Nov
28
2009
How to use multiple versions of Ruby in Ubuntu, Leopard and other Unix Operating Systems using RVM
There are many ways on how to run multiple versions of Ruby on Unix. The most simple solution is by creating a shell script.
Michael Greenly wrote a script to do just that and it worked great for me for several months.
Continue reading »