Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip] | Mohit Natoo | 2018-08-10 | 1 | -0/+2 |
| | |||||
* | Consolidate `queue_adapter=` and `interpret_adapter` | Ryuta Kamizono | 2018-01-05 | 1 | -18/+12 |
| | | | | | Since #25037, `queue_adapter=` simply delegates to `interpret_adapter` only. | ||||
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
| | |||||
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Removed string inquiry. | Mohit Natoo | 2017-05-26 | 1 | -4/+4 |
| | | | | | | fixed indentation. rebased with master. | ||||
* | Provides friendlier way to access queue adapters of a job. | Mohit Natoo | 2017-05-26 | 1 | -3/+16 |
| | | | | - removed predicate method. Used only reader. | ||||
* | remove unused require | yuuji.yaginuma | 2017-01-15 | 1 | -1/+0 |
| | | | | `InlineAdapter` is not used from 1f8558f. | ||||
* | removes requires already present in active_support/rails | Xavier Noria | 2016-10-27 | 1 | -1/+0 |
| | |||||
* | Removed deprecated support to passing the adapter class to .queue_adapter | Rafael Mendonça França | 2016-10-10 | 1 | -10/+0 |
| | |||||
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -22/+22 |
| | |||||
* | applies new string literal convention in activejob/lib | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | 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 |