aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters.rb
diff options
context:
space:
mode:
authorJeremy Green <jagthedrummer@gmail.com>2018-03-19 13:46:07 -0500
committerRafael França <rafaelmfranca@gmail.com>2018-03-19 14:46:07 -0400
commit538463bce782e58ea72d130315cc510dab50777d (patch)
treec69979476390839594e4d9978bdd46683d26a632 /activejob/lib/active_job/queue_adapters.rb
parentd7b72761043f8d76dd95a7198c2dbba89da13b0b (diff)
downloadrails-538463bce782e58ea72d130315cc510dab50777d.tar.gz
rails-538463bce782e58ea72d130315cc510dab50777d.tar.bz2
rails-538463bce782e58ea72d130315cc510dab50777d.zip
Add documentation about not accepting PRs for new adapters (#32298)
Diffstat (limited to 'activejob/lib/active_job/queue_adapters.rb')
-rw-r--r--activejob/lib/active_job/queue_adapters.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/lib/active_job/queue_adapters.rb b/activejob/lib/active_job/queue_adapters.rb
index c1a1d3c510..1bbf7b1055 100644
--- a/activejob/lib/active_job/queue_adapters.rb
+++ b/activejob/lib/active_job/queue_adapters.rb
@@ -16,6 +16,7 @@ module ActiveJob
# * {Sucker Punch}[https://github.com/brandonhilkert/sucker_punch]
# * {Active Job Async Job}[http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AsyncAdapter.html]
# * {Active Job Inline}[http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/InlineAdapter.html]
+ # * Please Note: We are not accepting pull requests for new adapters. See the README for more details.
#
# === Backends Features
#