| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ActiveJob::Base no longer dependents on Serializers | alpaca-tc | 2018-07-03 | 2 | -2/+0 |
* | Revert "Merge pull request #33234 from alpaca-tc/autoload_activejob_arguments" | Kasper Timm Hansen | 2018-07-01 | 3 | -1/+3 |
* | Allow `queue` option to `assert_no_enqueued_jobs` | bogdanvlviv | 2018-06-30 | 3 | -2/+96 |
* | Merge pull request #33257 from utilum/ruby-warnings | Ryuta Kamizono | 2018-06-30 | 2 | -4/+6 |
|\ |
|
| * | Fix Ruby warnings tickled by the test suite | utilum | 2018-06-30 | 2 | -4/+6 |
* | | Clarify activejob/lib/active_job/test_helper.rb | bogdanvlviv | 2018-06-29 | 2 | -4/+10 |
|/ |
|
* | Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block | bogdanvlviv | 2018-06-29 | 3 | -14/+114 |
* | Revert "Merge pull request #33243 from evopark/fix/action-mailer-test-helper-... | Rafael Mendonça França | 2018-06-28 | 1 | -1/+1 |
* | Fix ActionMailer assert_enqueued_email_with | Marcus Ilgner | 2018-06-28 | 1 | -1/+1 |
* | Autoload ActiveJob::Arguments | alpaca-tc | 2018-06-27 | 1 | -0/+1 |
* | ActiveJob::Arguments is no longer used in file | alpaca-tc | 2018-06-27 | 2 | -3/+0 |
* | Add changelog entry for 3110cae [ci skip] | bogdanvlviv | 2018-06-27 | 1 | -0/+4 |
* | 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 |