Skip to content

Commit

Permalink
Mention that old fixes are to be done on 3-0-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Sep 14, 2011
1 parent dcd7077 commit 5f2a356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/guides/source/contributing_to_ruby_on_rails.textile
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ You can also invoke +test_jdbcmysql+, +test_jdbcsqlite3+ or +test_jdbcpostgresql

h4. Older versions of Ruby on Rails

If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 2-3-stable branch:
If you want to add a fix to older versions of Ruby on Rails, you'll need to set up and switch to your own local tracking branch. Here is an example to switch to the 3-0-stable branch:

<shell>
$ git branch --track 2-3-stable origin/2-3-stable
$ git checkout 2-3-stable
$ git branch --track 3-0-stable origin/3-0-stable
$ git checkout 3-0-stable
</shell>

TIP: You may want to "put your git branch name in your shell prompt":http://qugstart.com/blog/git-and-svn/add-colored-git-branch-name-to-your-shell-prompt/ to make it easier to remember which version of the code you're working with.
Expand Down

0 comments on commit 5f2a356

Please sign in to comment.