| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 2 | -2/+7 |
* | | Use Sidekiq.options to set initial wait | Andrew White | 2015-09-21 | 1 | -1/+1 |
* | | Run `rake db:migrate` for all Active Job integration tests | Andrew White | 2015-09-21 | 1 | -1/+2 |
* | | Added new lines to run title for easy log reading | hiren mistry | 2015-09-19 | 1 | -1/+1 |
|/ |
|
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -0/+9 |
* | use `average_scheduled_poll_interval` option instead of deprecated `poll_inte... | yuuji.yaginuma | 2015-08-15 | 1 | -1/+1 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 2 | -1/+9 |
* | Provide provider_job_id to qu adapter. | Kevin Deisz | 2015-05-07 | 1 | -2/+2 |
* | Do not use named queues for que adapter | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
* | Merge pull request #19498 from chanks/activejob-que-remove-named-queues | Rafael Mendonça França | 2015-05-03 | 1 | -1/+5 |
|\ |
|
| * | Stop using Que's named queues in its ActiveJob adapter. | Chris Hanks | 2015-03-24 | 1 | -1/+5 |
* | | Only *configure* the queue in setup; DB creation must come later | Matthew Draper | 2015-04-20 | 2 | -21/+25 |
* | | Shuffle a few things in aid of easier debugging | Matthew Draper | 2015-04-20 | 1 | -20/+36 |
* | | Fix sidekiq test order dependency | Matthew Draper | 2015-04-20 | 1 | -0/+3 |
* | | avoid double initialization error caused to sidekiq | Takumi IINO | 2015-04-14 | 1 | -13/+34 |
|/ |
|
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | `ActiveJob::QueueAdapters::*` are no longer singletons | Tamir Duberstein | 2015-03-11 | 1 | -2/+2 |
* | Fixed ActiveJob integration tests | Cristian Bica | 2015-03-05 | 2 | -2/+4 |
* | Changed the AJADAPTER to AJ_ADAPTER | Jeroen van Baarsen | 2015-02-22 | 3 | -3/+3 |
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -1/+1 |
* | redis 3.2.0 doesn't allow tcp protocol anymore | Rafael Mendonça França | 2014-12-13 | 1 | -1/+1 |
* | Merge pull request #17825 from aripollak/fix-activejob-sidekiq-integration | Rafael Mendonça França | 2014-12-04 | 1 | -1/+2 |
|\ |
|
| * | Fix Sidekiq ActiveJob integration setup | Ari Pollak | 2014-11-28 | 1 | -1/+2 |
* | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 2 | -4/+2 |
|/ |
|
* | - Removed unused variable warnings from ActiveJob Adapters | Vipul A M | 2014-10-19 | 5 | -5/+5 |
* | Make AJ integration tests much less verbose | Matthew Draper | 2014-09-27 | 8 | -26/+14 |
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 14 | -0/+521 |
* | ActiveJob: Implemented enqueue_at for QueueClassic | Cristian Bica | 2014-09-02 | 1 | -0/+12 |
* | [ActiveJob] extract JobBuffer from helper | Abdelkader Boudih | 2014-08-29 | 1 | -0/+19 |
* | Added enqueue_at support for QueAdapter in ActiveJob | Nicholas Bruning | 2014-08-21 | 1 | -0/+9 |
* | Remove activejob integration tests | Abdelkader Boudih | 2014-08-12 | 12 | -208/+0 |
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 17 | -0/+352 |