Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missed a few spots in inline -> async switch | David Heinemeier Hansson | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Change the default adapter from inline to async | David Heinemeier Hansson | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | [skip ci] Add documentation for QueueAdapter::queue_adapter | Anton Davydov | 2015-06-02 | 1 | -0/+2 |
| | |||||
* | doc changes for readability [ci skip] | Gourav Tiwari | 2015-05-19 | 1 | -2/+2 |
| | |||||
* | `QueueAdapters` does the lookup | Tamir Duberstein | 2015-03-12 | 1 | -5/+1 |
| | |||||
* | Use a more conservative `const_get` over `constantize` | Tamir Duberstein | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | `ActiveJob::Base#queue_adapter` is now a `class_attribute` | Tamir Duberstein | 2015-03-11 | 1 | -9/+21 |
| | | | | | | This allows different `queue_adapters` to be used in each `ActiveJob` class heirarchy. Previously, all subclasses used a single global queue adapter. | ||||
* | `ActiveJob::QueueAdapters::*` are no longer singletons | Tamir Duberstein | 2015-03-11 | 1 | -9/+29 |
| | |||||
* | `ActiveJob::QueueAdapters::TestAdapter` is now a singleton | Tamir Duberstein | 2015-02-23 | 1 | -2/+0 |
| | | | | | | | | | Since `ActiveJob::TestHelper` globally sets `ActiveJob::Base.queue_adapter` on setup, there is no benefit in instantiating a new `TestAdapter` per tests. The original rationale was to allow parallel tests to run without interference, but since they'd all mutate the global `ActiveJob::Base.queue_adapter`, that was never realized. | ||||
* | ActiveJob is not ActionJob [ci skip] :smile: | Prathamesh Sonpatki | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | ActiveJob testing improvements | Cristian Bica | 2014-12-30 | 1 | -3/+3 |
| | | | | | | | | 1. The :test adapter wasn't going through a full cycle of serialize/deserialize when performing jobs. Now it does 2. Regular AJ tests were not run for the :test adapter. Now they are 3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires the file that implements that method. Now it does | ||||
* | Add documentation of AJ::QueueAdapter class methods module [ci skip] | Zachary Scott | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | placed description at correct place [ci skip] | Rishi Jain | 2014-11-01 | 1 | -2/+2 |
| | |||||
* | added punctuations, and role of queue_adapter module [ci skip] | Rishi Jain | 2014-11-01 | 1 | -0/+2 |
| | |||||
* | Add documentation on Active Job. | mo khan | 2014-10-02 | 1 | -2/+5 |
| | | | | | | | This adds documentation for the Active Job API. It includes documentation on how to configure the queue_adapter, and how to create new jobs. It adds links to the various other sections of the Active Job documentation. | ||||
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 1 | -3/+2 |
| | |||||
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 1 | -13/+20 |
| | |||||
* | [ActiveJob] Autoload adapters | Abdelkader Boudih | 2014-08-26 | 1 | -1/+0 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+24 |
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 |