aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-06-08 09:46:49 +0200
committerutilum <oz@utilum.com>2018-06-08 09:47:01 +0200
commit1e91a0d3c0138d08a68b6e5402774e4dbcde526e (patch)
treee4d466d1f7653c581fc27298b77084b535e76d5d /guides/source
parent6cd5cc375a5c78d08463254460b324a17d078586 (diff)
downloadrails-1e91a0d3c0138d08a68b6e5402774e4dbcde526e.tar.gz
rails-1e91a0d3c0138d08a68b6e5402774e4dbcde526e.tar.bz2
rails-1e91a0d3c0138d08a68b6e5402774e4dbcde526e.zip
Remove ineffective no-warnings flags from Contribute guide
This is not working. [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index ba5d7bbee8..6c0c7aefc1 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -374,12 +374,6 @@ You can invoke `test_jdbcmysql`, `test_jdbcsqlite3` or `test_jdbcpostgresql` als
The test suite runs with warnings enabled. Ideally, Ruby on Rails should issue no warnings, but there may be a few, as well as some from third-party libraries. Please ignore (or fix!) them, if any, and submit patches that do not issue new warnings.
-If you are sure about what you are doing and would like to have a more clear output, there's a way to override the flag:
-
-```bash
-$ RUBYOPT=-W0 bundle exec rake test
-```
-
### Updating the CHANGELOG
The CHANGELOG is an important part of every release. It keeps the list of changes for every Rails version.