aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-16 14:26:23 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-16 14:26:23 -0300
commit1aa059c680234322476f9cb5ca4dc65d740549db (patch)
tree4dfebb59d021ecc076f919566d1f17284e0dd177
parentd8569bd49887f045ec949aa85a1e78f5438e9b88 (diff)
downloadrails-1aa059c680234322476f9cb5ca4dc65d740549db.tar.gz
rails-1aa059c680234322476f9cb5ca4dc65d740549db.tar.bz2
rails-1aa059c680234322476f9cb5ca4dc65d740549db.zip
Add important plugins as one of the tasks of the release
[ci skip]
-rw-r--r--RELEASING_RAILS.rdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc
index c6c1c12e87..f8c40f0b02 100644
--- a/RELEASING_RAILS.rdoc
+++ b/RELEASING_RAILS.rdoc
@@ -25,6 +25,18 @@ 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 then 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
+* https://github.com/rails/activerecord-deprecated_finders
+
+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.