RVM (Ruby Version Manager) is a command line tool which allows users to install, manage and work with multiple Ruby environments from interpreters to sets of gems easily in the various Unix-like systems (such as Linux and Mac OS X).
I just discovered I can no longer gem push … any more and some digging led me to a need to …
ruby ssl rvmAbove doesn't work first time, works 2nd time. Try to set ruby version to 2.0.0 for any new shell windows. Doing $ …
ruby bash rvm ruby-2.0 .bash-profileHow do I install RVM on Windows 7? It says to install RVM, and use the following script: user$ bash -s …
ruby windows-7 rvmMy current version of ruby is ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0] but I want to update it to …
ruby-on-rails ruby rvmI use rvm to manage different rubies and their gemsets. My shell is zsh with oh-my-zsh configured with basic settings. …
ruby-on-rails ruby rvm zshI have global gems and various gemsets. I want to remove all gems of a gemset. Is there a way …
ruby rvmI installed RVM using the single instruction mentioned at the RVM website (using git). Then I installed Ruby version 1.9.2 and 1.8.7 …
ruby-on-rails ruby rvmAfter installing rvm, updating .gmrc file, updating rubygems and running gem install rails -v ">=3.1.0rc", I now seem to …
ruby-on-rails ruby ruby-on-rails-3 rubygems rvmHere are my local gems : $ gem list *** LOCAL GEMS *** actionmailer (4.0.0, 3.2.14) actionpack (4.0.0, 3.2.14) activemodel (4.0.0, 3.2.14) activerecord (4.0.0, 3.2.14) activerecord-deprecated_finders (1.0.3) activeresource (3.2.14) activesupport (4.0.0, 3.2.14) arel (4.0.0, 3.0.2) atomic (1.1.13) builder (3.1.4, 3.0.4) …
ruby-on-rails ruby rvm