Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix error message about unknown `ActiveJob` argument serializer | bogdanvlviv | 2018-02-17 | 1 | -1/+1 |
* | Fix docs of ActiveJob custom argument serializers | bogdanvlviv | 2018-02-17 | 1 | -6/+6 |
* | Add argument serializer `TimeWithZoneSerializer` | bogdanvlviv | 2018-02-17 | 1 | -1/+3 |
* | Fix custome serializer setting | Yuji Yaginuma | 2018-02-16 | 1 | -1/+1 |
* | Simplify the implementation of custom argument serializers | Rafael Mendonça França | 2018-02-14 | 1 | -54/+7 |
* | Add serializers for Time, Date and DateTime | Rafael Mendonça França | 2018-02-14 | 1 | -1/+7 |
* | Add symbol and duration serializers | Rafael Mendonça França | 2018-02-14 | 1 | -1/+5 |
* | Only add one more custom key in the serialized hash | Rafael Mendonça França | 2018-02-14 | 1 | -15/+22 |
* | Simplify the implementation of custom serialziers | Rafael Mendonça França | 2018-02-14 | 1 | -35/+27 |
* | Remove non-default serializers | Evgenii Pecherkin | 2018-02-14 | 1 | -15/+6 |
* | Introduce serializers to ActiveJob | Evgenii Pecherkin | 2018-02-14 | 1 | -0/+109 |