Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | activejob typo fixes. | alkesh26 | 2019-01-29 | 1 | -1/+1 |
| | |||||
* | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -1/+9 |
| | | | | | | And make sure new applications in Rails 6.0 has this config enabled. Also, improve test coverage and add a CHANGELOG entry. | ||||
* | Merge pull request #33992 from kirs/enqueue-return-false | Rafael França | 2018-12-05 | 1 | -1/+12 |
|\ | | | | | Make AJ::Base#enqueue return false if the job wasn't enqueued | ||||
| * | Make AJ::Base#enqueue return false if the job wasn't enqueued | Kir Shatrov | 2018-10-28 | 1 | -1/+12 |
| | | |||||
* | | Document missing supported types [ci skip] | Alberto Almagro | 2018-11-11 | 1 | -4/+6 |
|/ | | | | | This commit adds missing types to the supported types list, which was extended in #30941 | ||||
* | Revert "Merge pull request #33234 from alpaca-tc/autoload_activejob_arguments" | Kasper Timm Hansen | 2018-07-01 | 1 | -0/+2 |
| | | | | | | | | | | | It breaks Active Job when run in isolation. E.g. bin/test test/cases/logging_test.rb: https://travis-ci.org/rails/rails/jobs/398779028 Consider Rafaels suggestion of reviewing the eager loading instead: https://github.com/rails/rails/pull/33234#issuecomment-401027419 This reverts commit cb0fdaacb277bd0595bfd73178329922aa24477e, reversing changes made to a0a1abb3c7942084111d87ae95837a83bcc794f6. | ||||
* | ActiveJob::Arguments is no longer used in file | alpaca-tc | 2018-06-27 | 1 | -2/+0 |
| | |||||
* | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
| | | | | This basically reverts fef234f1f0a238c2277459652861144ae89501ff | ||||
* | Update activejob doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | [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 | -1/+1 |
| | |||||
* | Privatize unneededly protected method in Active Job | Akira Matsuda | 2016-12-24 | 1 | -2/+2 |
| | |||||
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
| | | | | | | | | | A few have been left for aesthetic reasons, but have made a pass and removed most of them. Note that if the method `foo` returns an array, `foo << 1` is a regular push, nothing to do with assignments, so no self required. | ||||
* | applies new string literal convention in activejob/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | 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 | -26/+1 |
| | |||||
* | Fix typo in ActiveJob #retry_job doc | Graeme Boy | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 1 | -0/+4 |
| | |||||
* | Add initial doc for Enqueuing module [ci skip] | Zachary Scott | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Correct fixed-width doc syntax, thanks to @sikachu for pointing it out! | Zachary Scott | 2014-11-03 | 1 | -1/+1 |
| | | | | From dc5854f and c07c0b2 [ci skip] | ||||
* | Document the module which includes `perform_later` for AJ::Enqueuing [ci skip] | Zachary Scott | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | Tiny documentation improvements [ci skip] | Robin Dupret | 2014-10-31 | 1 | -1/+2 |
| | |||||
* | - Fix mentioned shortcut, to what the shortcut actually is, and that it ↵ | Vipul A M | 2014-10-21 | 1 | -1/+1 |
| | | | | | | | | accepts blocks for `assert_no_enqueued_jobs` and `assert_no_performed_jobs` test helpers. - args => arguments when used in actual docs. [ci skip] | ||||
* | [ci skip] AJ docs fixes | Akshay Vishnoi | 2014-09-18 | 1 | -4/+4 |
| | | | | | | | | 1. Indentation 2. Spaces issues 3. Spelling correction 4. Grammar correction 5. Add #:nodoc: to all internal classes | ||||
* | Rename remaining :in / :at to :wait / :wait_until | Cristian Bica | 2014-09-04 | 1 | -8/+8 |
| | |||||
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -47/+51 |
| | |||||
* | [ActiveJob] Use globalid gem | Abdelkader Boudih | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | [ActiveJob] remove ruby warnings | Abdelkader Boudih | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+71 |
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 |