| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix race condition testing for job execution order | Will Jessop | 2015-11-23 | 1 | -1/+1 |
* | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 1 | -0/+12 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -1/+1 |
* | implement `provider_job_id` for `queue_classic`. | Yves Senn | 2015-08-13 | 1 | -2/+2 |
* | use `assert_not` instead of `refute` as mentioned in our guides. | Yves Senn | 2015-08-13 | 1 | -3/+2 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+17 |
* | Provide provider_job_id to qu adapter. | Kevin Deisz | 2015-05-07 | 1 | -5/+8 |
* | Make que report back its job_id to provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -10/+4 |
* | Let Sidekiq set provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -0/+10 |
* | Get provider_job_id from DelayedJob | Kevin Deisz | 2015-05-05 | 1 | -0/+6 |
* | Do not use named queues for que adapter | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
* | Queue Classic runs a second earlier than scheduled | Matthew Draper | 2015-04-23 | 1 | -1/+1 |
* | Fix sidekiq test order dependency | Matthew Draper | 2015-04-20 | 1 | -2/+0 |
* | Pass wrapped class name to Sidekiq for logging purposes | Mike Perham | 2015-03-23 | 1 | -0/+13 |
* | :nail_care: fix typos in activejob queuing test | Joe Lewis | 2014-10-22 | 1 | -2/+2 |
* | tests, move `original_` var assignments outside of `begin`. | Yves Senn | 2014-10-10 | 1 | -2/+3 |
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -0/+46 |