Created
September 22, 2011 21:30
-
-
Save trivektor/1236116 to your computer and use it in GitHub Desktop.
Switch to rails 2.3.5
This file contains 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 --default use 1.9.2 (or whatever you want your default ruby interpreter to be) | |
rvm gemset create rails-3.0.3 | |
rvm use [email protected] --default | |
gem install rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment