| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow passing multiple exceptions to retry_on/discard_on | George Claghorn | 2018-06-25 | 3 | -7/+32 |
* | Fix name of the second parameter of block executed by `discard_on` and `retry... | bogdanvlviv | 2018-05-29 | 1 | -4/+4 |
* | update README link: md instead rdoc [ci skip] | Oscar Amado | 2018-05-24 | 1 | -1/+1 |
* | correct link to activejob readme [ci skip] | Oscar Amado | 2018-05-24 | 1 | -1/+1 |
* | Enable warnings in all test tasks | utilum | 2018-05-23 | 1 | -2/+2 |
* | Rename exception variable to error. | Kasper Timm Hansen | 2018-05-21 | 1 | -2/+2 |
* | Pass the error instance as the second parameter of block executed by `discard... | yuuji.yaginuma | 2018-05-12 | 4 | -3/+9 |
* | Make sure that when serialing an just deserialized job arguments are there | Rafael Mendonça França | 2018-05-01 | 2 | -10/+22 |
* | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | Fix duplicated suffix for JobGenerator | Yoshiyuki Hirano | 2018-04-22 | 1 | -0/+4 |
* | fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserialize | Jared Rader | 2018-04-13 | 1 | -1/+1 |
* | Remove support for Qu gem. | Alberto Almagro | 2018-03-19 | 7 | -96/+9 |
* | Add documentation about not accepting PRs for new adapters (#32298) | Jeremy Green | 2018-03-19 | 2 | -0/+7 |
* | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | Fix CHANGELOGs [ci skip] | bogdanvlviv | 2018-03-12 | 1 | -1/+1 |
* | Remove passing extra arguments to ActiveJob Callbacks | bogdanvlviv | 2018-02-23 | 3 | -4/+4 |
* | Add support for timezones to Active Job | Andrew White | 2018-02-22 | 10 | -1/+103 |
* | Merge pull request #32026 from bogdanvlviv/improve-30941 | Rafael França | 2018-02-20 | 5 | -25/+56 |
|\ |
|
| * | Fix error message about unknown `ActiveJob` argument serializer | bogdanvlviv | 2018-02-17 | 2 | -2/+2 |
| * | Fix docs of ActiveJob custom argument serializers | bogdanvlviv | 2018-02-17 | 2 | -22/+22 |
| * | Add argument serializer `TimeWithZoneSerializer` | bogdanvlviv | 2018-02-17 | 3 | -1/+32 |
* | | Fix "warning: BigDecimal.new is deprecated" | yuuji.yaginuma | 2018-02-18 | 1 | -1/+1 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 4 | -5/+9 |
|/ |
|
* | Merge pull request #32002 from y-yagi/fix_set_serializer | Rafael França | 2018-02-17 | 2 | -4/+9 |
|\ |
|
| * | Fix custome serializer setting | Yuji Yaginuma | 2018-02-16 | 2 | -4/+9 |
* | | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
|/ |
|
* | Add CHANGELOG entry | Rafael Mendonça França | 2018-02-14 | 1 | -0/+3 |
* | Add tests to serialize and deserialze individually | Rafael Mendonça França | 2018-02-14 | 1 | -0/+43 |
* | Simplify the implementation of custom argument serializers | Rafael Mendonça França | 2018-02-14 | 12 | -275/+192 |
* | Improve documentation on custom serializers | Rafael Mendonça França | 2018-02-14 | 3 | -57/+26 |
* | 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 | 7 | -2/+77 |
* | Allow serializers to be used either as classes or objects | Rafael Mendonça França | 2018-02-14 | 10 | -124/+110 |
* | Add symbol and duration serializers | Rafael Mendonça França | 2018-02-14 | 4 | -2/+52 |
* | Only add one more custom key in the serialized hash | Rafael Mendonça França | 2018-02-14 | 6 | -51/+59 |
* | 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 | 3 | -41/+37 |
* | Remove non-default serializers | Evgenii Pecherkin | 2018-02-14 | 9 | -159/+72 |
* | Introduce serializers to ActiveJob | Evgenii Pecherkin | 2018-02-14 | 18 | -134/+539 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 2 | -30/+4 |
* | Fix CHANGELOG format [ci skip] | Ryuta Kamizono | 2018-01-24 | 1 | -4/+5 |
* | Merge pull request #30622 from aidanharan/custom-discarded-job-handling | Rafael França | 2018-01-23 | 4 | -1/+36 |
|\ |
|
| * | Merge branch 'master' into custom-discarded-job-handling | Aidan Haran | 2017-12-09 | 20 | -47/+58 |
| |\ |
|
| * | | Allow for custom handling of exceptions that are discarded | Aidan Haran | 2017-09-16 | 4 | -1/+36 |
* | | | Consolidate `queue_adapter=` and `interpret_adapter` | Ryuta Kamizono | 2018-01-05 | 1 | -18/+12 |
* | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 2 | -2/+2 |
* | | | Explicitly require `sidekiq/cli` | yuuji.yaginuma | 2017-12-16 | 1 | -0/+1 |
* | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 1 | -1/+1 |