Skip to content

Instantly share code, notes, and snippets.

@trivektor
Created September 22, 2011 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivektor/1236116 to your computer and use it in GitHub Desktop.
Save trivektor/1236116 to your computer and use it in GitHub Desktop.
Switch to rails 2.3.5
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 1.9.2@arails-3.0.3 --default
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment