Skip to content

Instantly share code, notes, and snippets.

@jasnow
Created July 24, 2011 12:46
Show Gist options
  • Save jasnow/1102580 to your computer and use it in GitHub Desktop.
Save jasnow/1102580 to your computer and use it in GitHub Desktop.
Rails 3-1-stable branch setup
These are the command I used yesterday to set up my rails environment to use the 3-1-stable branch of Rails:
1. Ran "git clone git://github.com/jasnow/rails.git" to get a copy of rails code. (got version 3.2.0.beta in RAILS_VERSION).
2. Ran "git checkout --track -b 3-1-stable origin/3-1-stable" to move to the 3-1-stable branch. (now version 3.1.0.rc4 in RAILS_VERSION)
3. Ran "cd rails ; bundle install --without db".
@jasnow
Copy link
Author

jasnow commented Jul 24, 2011

After you do the gist, you can run "rake test" if you set up mysql, mysql2, and postgres - else you can
run parts of it (see http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html for more information).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment