| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the implementation of custom argument serializers | Rafael Mendonça França | 2018-02-14 | 10 | -272/+172 |
* | Improve documentation on custom serializers | Rafael Mendonça França | 2018-02-14 | 2 | -0/+25 |
* | Add configuration to set custom serializers | Rafael Mendonça França | 2018-02-14 | 1 | -0/+6 |
* | No need to require a autoloaded constant | Rafael Mendonça França | 2018-02-14 | 1 | -1/+0 |
* | Add serializers for Time, Date and DateTime | Rafael Mendonça França | 2018-02-14 | 6 | -1/+74 |
* | Allow serializers to be used either as classes or objects | Rafael Mendonça França | 2018-02-14 | 9 | -115/+103 |
* | Add symbol and duration serializers | Rafael Mendonça França | 2018-02-14 | 3 | -1/+50 |
* | Only add one more custom key in the serialized hash | Rafael Mendonça França | 2018-02-14 | 5 | -43/+36 |
* | Define the interface of a Serializer | Rafael Mendonça França | 2018-02-14 | 1 | -0/+18 |
* | Remove unnecessary qualified constant lookups | Rafael Mendonça França | 2018-02-14 | 5 | -11/+11 |
* | Simplify the implementation of custom serialziers | Rafael Mendonça França | 2018-02-14 | 2 | -36/+28 |
* | Remove non-default serializers | Evgenii Pecherkin | 2018-02-14 | 6 | -148/+7 |
* | Introduce serializers to ActiveJob | Evgenii Pecherkin | 2018-02-14 | 16 | -131/+470 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -3/+3 |
* | Merge pull request #30622 from aidanharan/custom-discarded-job-handling | Rafael França | 2018-01-23 | 1 | -1/+11 |
|\ |
|
| * | Merge branch 'master' into custom-discarded-job-handling | Aidan Haran | 2017-12-09 | 10 | -19/+29 |
| |\ |
|
| * | | Allow for custom handling of exceptions that are discarded | Aidan Haran | 2017-09-16 | 1 | -1/+11 |
* | | | Consolidate `queue_adapter=` and `interpret_adapter` | Ryuta Kamizono | 2018-01-05 | 1 | -18/+12 |
* | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
* | | | [ci skip] Add a space to comment in SidekiqAdapter | Yoshiyuki Hirano | 2017-12-14 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix example code in ActiveJob::Core [ci skip] | Yoshiyuki Hirano | 2017-12-05 | 1 | -4/+10 |
* | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
* | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
* | | Improve DelayedJob wrapper logging | Jacek Lachowski | 2017-11-24 | 1 | -0/+4 |
* | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 2 | -0/+0 |
* | | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 4 | -13/+13 |
* | | Yield with an error instance instead of error class | Kazunori Kajihiro | 2017-09-29 | 1 | -1/+1 |
|/ |
|
* | Update activejob doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 1 | -1/+1 |
* | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -1/+1 |
* | Use `ArgumentError` instead of own error class | yuuji.yaginuma | 2017-07-20 | 1 | -2/+1 |
* | Fix `warning: circular argument reference` | yuuji.yaginuma | 2017-07-19 | 1 | -2/+2 |
* | Add `except` option for ActiveJob::TestHelper methods | posthumanism | 2017-07-18 | 2 | -15/+81 |
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 33 | -0/+33 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 33 | -0/+33 |
* | [Active Job] require => require_relative | Akira Matsuda | 2017-07-01 | 4 | -13/+13 |
* | ActiveJob::Core#serialize stores provider_job_id (fixes #26581). | utilum | 2017-06-27 | 1 | -0/+1 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 3 | -4/+4 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 2 | -8/+3 |
* | Removed string inquiry. | Mohit Natoo | 2017-05-26 | 1 | -4/+4 |
* | Provides friendlier way to access queue adapters of a job. | Mohit Natoo | 2017-05-26 | 1 | -3/+16 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Improving docs for callbacks execution order [ci skip] | dixpac | 2017-05-21 | 1 | -1/+3 |
* | Add error logging to Active Job | Steven Bull | 2017-03-27 | 1 | -3/+10 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -2/+2 |
* | Revert #27850 following test breakage (#28427) | David Heinemeier Hansson | 2017-03-15 | 1 | -4/+7 |
* | Merge pull request #28112 from bolek/include-job_id-in-all-active-job-logs | Rafael França | 2017-02-23 | 1 | -2/+2 |
|\ |
|
| * | Include JobID in all ActiveJob info logs | Bolek Kurowski | 2017-02-22 | 1 | -2/+2 |
* | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 |
|/ |
|
* | correctly set test adapter when configure the queue adapter on a per job (#26... | Yuji Yaginuma | 2017-01-31 | 1 | -10/+35 |
* | Append skipped jobs to enqueued_jobs | Alexander Pauly | 2017-01-31 | 1 | -7/+3 |