| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed deprecated support to passing the adapter class to .queue_adapter | Rafael Mendonça França | 2016-10-10 | 1 | -0/+4 |
* | Removed deprecated #original_exception in ActiveJob::DeserializationError | Rafael Mendonça França | 2016-10-10 | 1 | -0/+4 |
* | correct exception class in `retry_on` example [ci skip] | yuuji.yaginuma | 2016-10-09 | 1 | -2/+2 |
* | Merge pull request #26205 from pedaling-corp/fix/active-job-resque | Rafael Mendonça França | 2016-08-23 | 1 | -2/+8 |
|\ |
|
| * | Added instance variable `@queue` to JobWrapper. | InJung Chung | 2016-08-19 | 1 | -0/+8 |
|/ |
|
* | Yield the job instance so you have access to things like `job.arguments` on t... | David Heinemeier Hansson | 2016-08-16 | 1 | -0/+4 |
* | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -1/+1 |
* | Amend the CHANGELOG | David Heinemeier Hansson | 2016-08-02 | 1 | -0/+21 |
* | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 1 | -183/+1 |
* | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 1 | -0/+5 |
* | Active Job: Add note about ability to configure adapters on per job basis in ... | Prathamesh Sonpatki | 2016-04-29 | 1 | -0/+17 |
* | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 1 | -0/+2 |
* | Use AS::Reloader to support reloading in ActiveJob | Matthew Draper | 2016-03-02 | 1 | -0/+5 |
* | Active Job: smaller footprint for the dev/test async adapter | Jeremy Daer | 2016-02-29 | 1 | -0/+7 |
* | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+2 |
* | Change the default adapter from inline to async | David Heinemeier Hansson | 2016-02-05 | 1 | -0/+7 |
* | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 1 | -0/+5 |
* | release notes, extract notable changes from Active Job CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -1/+1 |
* | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers | Yves Senn | 2015-10-05 | 1 | -0/+5 |
|\ |
|
| * | Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform... | Wojciech Wnętrzak | 2015-10-03 | 1 | -0/+5 |
|/ |
|
* | Support passing array to `assert_enqueued_jobs` in `:only` option | Wojciech Wnętrzak | 2015-10-03 | 1 | -0/+4 |
* | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 1 | -0/+4 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -0/+5 |
* | implement `provider_job_id` for `queue_classic`. | Yves Senn | 2015-08-13 | 1 | -1/+6 |
* | Make assert_enqueued_with and assert_performed_with returns the matched job | Jean Boussier | 2015-08-10 | 1 | -0/+5 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+7 |
* | minor formatting changes in changelogs. [ci skip] | Yves Senn | 2015-05-31 | 1 | -1/+1 |
* | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -1/+1 |
* | Provide provider_job_id to qu adapter. | Kevin Deisz | 2015-05-07 | 1 | -1/+1 |
* | Make que report back its job_id to provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -8/+3 |
* | Let Sidekiq set provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -0/+5 |
* | Get provider_job_id from DelayedJob | Kevin Deisz | 2015-05-05 | 1 | -0/+7 |
* | Merge pull request #19969 from y-yagi/fix_job_helper_method | Yves Senn | 2015-05-01 | 1 | -0/+6 |
* | Merge pull request #19034 from jvanbaarsen/explicit-job-base-class | Matthew Draper | 2015-03-30 | 1 | -0/+4 |
|\ |
|
| * | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 1 | -0/+4 |
|/ |
|
* | Move #18833 changelog to the top [ci skip] | Carlos Antonio da Silva | 2015-02-08 | 1 | -35/+33 |
* | Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on | Michael Ryan | 2015-02-06 | 1 | -0/+34 |
* | Allow keyword arguments to work with ActiveJob | Sean Griffin | 2015-01-30 | 1 | -0/+6 |
* | formatting pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-01-10 | 1 | -2/+6 |
* | Fix Active Job changelog formatting and reword a bit [ci skip] | Carlos Antonio da Silva | 2015-01-08 | 1 | -24/+22 |
* | Add :only option to assert_enqueued_jobs | George Claghorn | 2015-01-07 | 1 | -0/+13 |
* | Tiny follow-up to #18260 [ci skip] | Robin Dupret | 2014-12-31 | 1 | -8/+9 |
* | Fixed typo in ActiveJob CHANGELOG [ci skip] | Prathamesh Sonpatki | 2014-12-31 | 1 | -1/+1 |
* | ActiveJob: delegate full deserialization to class | Isaac Seymour | 2014-12-30 | 1 | -0/+25 |
* | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -1/+1 |
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+1 |