Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for timezones to Active Job | Andrew White | 2018-02-22 | 1 | -0/+2 |
| | | | | | | Record what was the current timezone in effect when the job was enqueued and then restore when the job is executed in same way that the current locale is recorded and restored. | ||||
* | No need to require a autoloaded constant | Rafael Mendonça França | 2018-02-14 | 1 | -1/+0 |
| | |||||
* | Introduce serializers to ActiveJob | Evgenii Pecherkin | 2018-02-14 | 1 | -0/+2 |
| | |||||
* | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -10/+10 |
| | | | | This basically reverts fef234f1f0a238c2277459652861144ae89501ff | ||||
* | [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 |
| | |||||
* | [Active Job] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -10/+10 |
| | |||||
* | applies new string literal convention in activejob/lib | Xavier Noria | 2016-08-06 | 1 | -10/+10 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Add retry_on/discard_on for better exception handling | David Heinemeier Hansson | 2016-07-29 | 1 | -0/+2 |
| | |||||
* | Fixed wording. | Mike Boone | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 1 | -0/+2 |
| | |||||
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | When `#perform_later` is called the locale isn't stored on the queue, which results in a locale reset when the job is performed. An example of the problem: I18n.locale = 'de' HelloJob.perform_now # german message, correct but I18n.locale = 'de' HelloJob.perform_later # english message, incorrect This PR attaches the current I18n.locale to every job during the serialization process. It is then restored during deserialization and used to perform the job with the correct locale. It falls back to the default locale if no serialized locale is found in order to provide backward compatibility with previously stored jobs. It is not necessary to clear the queue for the update. | ||||
* | docs, minor changes in Active Job documentation. [ci skip] | Yves Senn | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | - Changed description for AJ enqueuing methods to provide a sane description. | Vipul A M | 2014-10-21 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Merge pull request #17329 from vipulnsward/mention-perform-later-docs | Yves Senn | 2014-10-20 | 1 | -0/+4 |
|\ | | | | | Mention `perform_now` in AJ base docs to specify how to immediately invoke a job [ci skip] | ||||
| * | Mention `perform_now` in AJ base docs to specify how to immediately invoke a ↵ | Vipul A M | 2014-10-20 | 1 | -0/+4 |
| | | | | | | | | job. [ci skip] | ||||
* | | docs, It's "Active Job" not "Active job". [ci skip] | Yves Senn | 2014-10-20 | 1 | -2/+2 |
|/ | |||||
* | Add documentation on Active Job. | mo khan | 2014-10-02 | 1 | -1/+42 |
| | | | | | | | 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. | ||||
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 1 | -2/+1 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+22 |
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 |