Created
September 5, 2011 03:00
-
-
Save zolzaya/1193975 to your computer and use it in GitHub Desktop.
Installing Rails 3.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm use 1.9.2@rails31 --create | |
rvm use 1.9.2@rails31 --default | |
# installing rails 3.1 | |
gem install rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment