aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-03-14 22:09:52 +0100
committerXavier Noria <fxn@hashref.com>2011-03-14 22:09:52 +0100
commit21b12d89a671131f610dc5600b23cb56839e652b (patch)
treee4a317f5fa5336220668d5058d0138c492be9061 /railties/guides/source/contributing_to_ruby_on_rails.textile
parentdfa9e2811320d44ff140f115a4f7a3abb41bda16 (diff)
parenta0826cceea8d181cc28046929c9025147f9325af (diff)
downloadrails-21b12d89a671131f610dc5600b23cb56839e652b.tar.gz
rails-21b12d89a671131f610dc5600b23cb56839e652b.tar.bz2
rails-21b12d89a671131f610dc5600b23cb56839e652b.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-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