diff options
author | Xavier Noria <fxn@hashref.com> | 2011-08-17 17:30:47 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-17 17:30:47 -0700 |
commit | 12c0ea954ae1245013902c485d5d3e794381e3df (patch) | |
tree | 1b233642f0ed74cd80eb1cacf64a828b453323e7 /railties/guides/source/contributing_to_ruby_on_rails.textile | |
parent | 3b5eb11664b8257d35dced58f1d65e34fa4a6c1f (diff) | |
parent | 6783ce0de4511e2568765f2e4919758d70690391 (diff) | |
download | rails-12c0ea954ae1245013902c485d5d3e794381e3df.tar.gz rails-12c0ea954ae1245013902c485d5d3e794381e3df.tar.bz2 rails-12c0ea954ae1245013902c485d5d3e794381e3df.zip |
Merge branch 'master' of https://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.textile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index e6ec061c9a..4706725bb6 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -104,7 +104,6 @@ $ cd railties $ TEST_DIR=generators rake test </shell> - h4. Warnings The test suite runs with warnings enabled. Ideally Ruby on Rails should issue no warning, but there may be a few, and also some from third-party libraries. Please ignore (or fix!) them if any, and submit patches that do not issue new warnings. |