diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-01-09 21:58:20 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-01-09 22:42:29 -0200 |
commit | ea1d3d98b1260104642c56a916abeedf07143fa9 (patch) | |
tree | 2bf6eab0b55b26d55d48ac65675d8bd93114c7e1 | |
parent | f4fbc0301021f13ae05c8e941c8efc4ae351fdf9 (diff) | |
download | rails-ea1d3d98b1260104642c56a916abeedf07143fa9.tar.gz rails-ea1d3d98b1260104642c56a916abeedf07143fa9.tar.bz2 rails-ea1d3d98b1260104642c56a916abeedf07143fa9.zip |
Remove note about supported plugins from the releasing docs
The last supported plugin on the list was protected_attributes, which is
not going to be supported anymore on Rails 5.
[ci skip]
-rw-r--r-- | RELEASING_RAILS.rdoc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc index ee5e6a91c1..0e09234b82 100644 --- a/RELEASING_RAILS.rdoc +++ b/RELEASING_RAILS.rdoc @@ -25,17 +25,6 @@ for Rails. You can check the status of his tests here: Do not release with Red AWDwR tests. -=== Are the supported plugins working? If not, make it work. - -Some Rails plugins are important and need to be supported until Rails 5. -As these plugins are outside the Rails repository it is easy to break them without knowing -after some refactoring or bug fix, so it is important to check if the following plugins -are working with the versions that will be released: - -* https://github.com/rails/protected_attributes - -Do not release red plugins tests. - === Do we have any Git dependencies? If so, contact those authors. Having Git dependencies indicates that we depend on unreleased code. |