Skip to content

Instantly share code, notes, and snippets.

@ivanvanderbyl
Created February 4, 2010 22:41
Show Gist options
  • Save ivanvanderbyl/295218 to your computer and use it in GitHub Desktop.
Save ivanvanderbyl/295218 to your computer and use it in GitHub Desktop.
Install Rails 3 beta
git clone git://github.com/rails/rails.git
cd rails
gem uninstall bundler #<- all versions
gem install bundler
bundle install
rake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment