From ccd1c21fe52a8183dc4470f08dd9c85f4b53afec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 20 May 2014 18:14:01 +0200 Subject: [PATCH 1/2] Remove stray ## --- lib/active_job/enqueuing.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/active_job/enqueuing.rb b/lib/active_job/enqueuing.rb index 6fb6f15ce2..61734fdfb6 100644 --- a/lib/active_job/enqueuing.rb +++ b/lib/active_job/enqueuing.rb @@ -2,7 +2,6 @@ require 'active_job/parameters' module ActiveJob module Enqueuing - ## # Push a job onto the queue. The arguments must be legal JSON types # (string, int, float, nil, true, false, hash or array) or # ActiveModel::GlobalIdentication instances. Arbitrary Ruby objects From a76ec4ea5eef3069a4c1c226137cb61c2c1e23c5 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Tue, 20 May 2014 16:18:35 +0000 Subject: [PATCH 2/2] Update Readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1be57a1808..e12a589778 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ by default has been mixed into Active Record classes. We currently have adapters for: +* [Backburner](https://github.com/nesquena/backburner) * [Delayed Job](https://github.com/collectiveidea/delayed_job) * [Que](https://github.com/chanks/que) * [QueueClassic](https://github.com/ryandotsmith/queue_classic)