Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fortuity/566424 to your computer and use it in GitHub Desktop.
Save fortuity/566424 to your computer and use it in GitHub Desktop.
How to use the GitHub master (unreleased) version of Rails 3
# Add the following to your Gemfile to use the GitHub master (unreleased) version of Rails 3
gem 'rails', :git => 'git://github.com/rails/rails.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment