Skip to content

Instantly share code, notes, and snippets.

@bdthinh
Created August 22, 2013 03:30
Show Gist options
  • Save bdthinh/6302906 to your computer and use it in GitHub Desktop.
Save bdthinh/6302906 to your computer and use it in GitHub Desktop.
How to make rails default for all apps
rvm gemset create rails-3.2.3
rvm use 1.9.3@rails-3.2.3 --default
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment