| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|/ / |
|
* | | Merge pull request #30750 from k2nr/fix-active-job | Ryuta Kamizono | 2017-10-13 | 3 | -3/+3 |
|\ \ |
|
| * | | Test exception message to ensure an exception instance is yielded | Kazunori Kajihiro | 2017-10-13 | 2 | -2/+2 |
| * | | Yield with an error instance instead of error class | Kazunori Kajihiro | 2017-09-29 | 1 | -1/+1 |
| |/ |
|
* / | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 2 | -7/+8 |
|/ |
|
* | Update activejob doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 1 | -1/+1 |
* | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 |
* | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -1/+1 |
* | Use `ActiveJob::Base.queue_adapter_name` to get adapter name | yuuji.yaginuma | 2017-08-17 | 1 | -3/+1 |
* | Wait for the Delayed Job worker thread to finish | Matthew Draper | 2017-08-13 | 1 | -0/+1 |
* | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
* | Use `ArgumentError` instead of own error class | yuuji.yaginuma | 2017-07-20 | 2 | -19/+18 |
* | Fix `warning: circular argument reference` | yuuji.yaginuma | 2017-07-19 | 1 | -2/+2 |
* | Add `except` option for ActiveJob::TestHelper methods | posthumanism | 2017-07-18 | 3 | -15/+440 |
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 100 | -0/+100 |
* | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-07-10 | 2 | -1/+9 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 101 | -0/+101 |
* | [Active Job] require => require_relative | Akira Matsuda | 2017-07-01 | 4 | -13/+13 |
* | Merge pull request #29588 from greysteil/add-gemspec-links | Rafael França | 2017-06-28 | 1 | -0/+5 |
|\ |
|
| * | Add source code and changelog links to gemspecs | Grey Baker | 2017-06-28 | 1 | -0/+5 |