I installed RVM system wide on Fedora 14, and I pretty much followed the guide to the letter. When I tried it out though:
I want to switch between rails 2.3.10 as the \"active\" gem for my OS, so that I can invoke it at the command line.
I\'m using rvm with different gemsets and loving it. Only problem I\'ve run into is that as I create new gemsets and pick the gems I want, it seems to take awhile to re-download the gems again. Is the
I have an application which runs on rails 2.3.2 and now i upgraded my version of rails to 3.0.3 After i try to start the application server by typing rails server
I currently have rails 3.0.3 and am trying to download and use version 3.0.1. I\'ve downloaded 开发者_开发知识库and installed RVM and inputted the following code in Terminal (I have a Mac OS X 10.6.5)
Following current best practices, what is the proper role for each of these? Based on my limited understanding of Bundler and RVM, it seems that they--like Rubygems--have their own install locations
In the TextMate RVM instructions the text it says to set TM_RUBY to /Users/wayne/.rvm/bin/textmate_ruby and in the image it shows it set to rvm-auto-ruby.I decided to set it to rvm-auto-ruby thinking
Problem: I want to be able to run a bash instance from my cocoa application (OS X) with all the normal profiles loaded (~/.bash_profile, etc). I don\'t want to load the profiles manually since I want
I\'m a little confused how I can have di开发者_运维知识库fferent versions of .rvmrc files on my local laptop and on my server when I am using capistrano for deployment.
I\'ve had a difficult time since I started using rvm.I\'ve done all the rvm/textmate set up and have the latest bundles but I still can\'t run Rspec test from textmate.