| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 2 | -2/+2 |
* | | | [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 | 2 | -1/+6 |
* | | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -2/+2 |
* | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 2 | -1/+3 |
* | | Improve DelayedJob wrapper logging | Jacek Lachowski | 2017-11-24 | 2 | -0/+11 |
* | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 2 | -0/+0 |
* | | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-11-13 | 2 | -9/+1 |
* | | Return a non zero code when can not connect to redis in CI | yuuji.yaginuma | 2017-11-13 | 2 | -2/+4 |
* | | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 2 | -2/+1 |
* | | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
* | | Merge pull request #30955 from prathamesh-sonpatki/rm-changelog-entry | Rafael França | 2017-10-23 | 1 | -7/+0 |
|\ \ |
|
| * | | Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci s... | Prathamesh Sonpatki | 2017-10-23 | 1 | -7/+0 |
* | | | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 4 | -13/+13 |
|/ / |
|