aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-09-14 09:30:56 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-09-14 09:30:56 +0900
commit3e055671a1059a8bf496d03da1e1800f7143c16f (patch)
tree676293b17968f6416b5de2d648f4d619b0fb9d54 /guides
parent38b3af738a2c2f43029910a7316d7505b50ccb0b (diff)
downloadrails-3e055671a1059a8bf496d03da1e1800f7143c16f.tar.gz
rails-3e055671a1059a8bf496d03da1e1800f7143c16f.tar.bz2
rails-3e055671a1059a8bf496d03da1e1800f7143c16f.zip
Update Active Job Basics [ci skip]
* Add Sneakers link to documentation list.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_job_basics.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md
index 9fc95954bc..7a3ff12b63 100644
--- a/guides/source/active_job_basics.md
+++ b/guides/source/active_job_basics.md
@@ -162,6 +162,7 @@ Here is a noncomprehensive list of documentation:
- [Sidekiq](https://github.com/mperham/sidekiq/wiki/Active-Job)
- [Resque](https://github.com/resque/resque/wiki/ActiveJob)
+- [Sneakers](https://github.com/jondot/sneakers/wiki/How-To:-Rails-Background-Jobs-with-ActiveJob)
- [Sucker Punch](https://github.com/brandonhilkert/sucker_punch#active-job)
- [Queue Classic](https://github.com/QueueClassic/queue_classic#active-job)