Using RVM to Install Rails 3.1: Best Practices
Installing Ruby and Rails from scratch can sometimes be problematic, specially for beginners.
This blog post focuses on the workflow of installing RVM, and use it to install Ruby 1.9.2 (MRI), create gemsets and install both Rails 3.1 Release Candidate and Rails 3.0.7 side by side, while considering current best practices.
Post a comment