aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorLars Smit <larssmit@me.com>2011-03-13 09:07:23 +0100
committerLars Smit <larssmit@me.com>2011-03-13 09:07:23 +0100
commitc540b3544100a29d3d34ada220c175dbd70bab2f (patch)
tree3985cd533785b3bcb0bb2456c2019162b36e19e9 /railties
parent0a51e43866e54c5445a8efce253d60df23e3a7d6 (diff)
downloadrails-c540b3544100a29d3d34ada220c175dbd70bab2f.tar.gz
rails-c540b3544100a29d3d34ada220c175dbd70bab2f.tar.bz2
rails-c540b3544100a29d3d34ada220c175dbd70bab2f.zip
Removed double texts
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile13
1 files changed, 0 insertions, 13 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 4ba01a2a8f..846a25d6d2 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -364,19 +364,6 @@ Please make sure the patch does not introduce whitespace errors:
$ git apply --whitespace=error-all mynew_patch.diff
</shell>
-You can check your patches by applying your patch to an different dedicated branch:
-
-<shell>
-$ git checkout -b testing_branch
-$ git apply --check my_new_patch.diff
-</shell>
-
-You can make sure your patches don't add any whitespace by applying it yourself using the --whitespace=error-all option. Make sure you are on your dedicated test branche and:
-
-<shell>
-$ git apply --whitespace=error-all mynew_patch.diff
-</shell>
-
h4. Create a Lighthouse Ticket