Skip to content

Instantly share code, notes, and snippets.

@bds
Created March 1, 2011 16:45
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 bds/849426 to your computer and use it in GitHub Desktop.
Save bds/849426 to your computer and use it in GitHub Desktop.
Update to latest version of Ruby 1.9.2, include Readline and Rails gems
rvm get latest
rvm package install readline
rvm install 1.9.2 --with-readline-dir=$rvm_path/usr
rvm 1.9.2 --default
gem install rails
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment