diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-08-22 11:29:01 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-08-22 11:29:01 -0700 |
commit | 999e7ea47d04c4fe01a195fdb8abd39b6bd38fa8 (patch) | |
tree | fcd11a3e37fe29a32b7b4cef32051093488f5458 /README.rdoc | |
parent | d7ec3ee9aedd314786a49201bfaf56f919788a51 (diff) | |
parent | 71232f5d5d88d5390ff790b7b3336f5168e9f270 (diff) | |
download | rails-999e7ea47d04c4fe01a195fdb8abd39b6bd38fa8.tar.gz rails-999e7ea47d04c4fe01a195fdb8abd39b6bd38fa8.tar.bz2 rails-999e7ea47d04c4fe01a195fdb8abd39b6bd38fa8.zip |
Merge pull request #2627 from luckydev/tr
travis status image added
Diffstat (limited to 'README.rdoc')
-rw-r--r-- | README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc index 1e78799e83..f0aa962272 100644 --- a/README.rdoc +++ b/README.rdoc @@ -62,7 +62,7 @@ can read more about Action Pack in its {README}[link:/rails/rails/blob/master/ac * The {API Documentation}[http://api.rubyonrails.org]. -== Contributing +== Contributing http://travis-ci.org/rails/rails.png We encourage you to contribute to Ruby on Rails! Please check out the {Contributing to Rails guide}[http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html] for guidelines about how |