aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove passing extra arguments to ActiveJob Callbacksbogdanvlviv2018-02-233-4/+4
* Add support for timezones to Active JobAndrew White2018-02-223-1/+21
* Merge pull request #32026 from bogdanvlviv/improve-30941Rafael França2018-02-203-24/+47
|\
| * Fix error message about unknown `ActiveJob` argument serializerbogdanvlviv2018-02-171-1/+1
| * Fix docs of ActiveJob custom argument serializersbogdanvlviv2018-02-172-22/+22
| * Add argument serializer `TimeWithZoneSerializer`bogdanvlviv2018-02-172-1/+24
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-4/+2
|/
* Fix custome serializer settingYuji Yaginuma2018-02-162-4/+9
* Simplify the implementation of custom argument serializersRafael Mendonça França2018-02-1410-272/+172
* Improve documentation on custom serializersRafael Mendonça França2018-02-142-0/+25
* Add configuration to set custom serializersRafael Mendonça França2018-02-141-0/+6
* No need to require a autoloaded constantRafael Mendonça França2018-02-141-1/+0
* Add serializers for Time, Date and DateTimeRafael Mendonça França2018-02-146-1/+74
* Allow serializers to be used either as classes or objectsRafael Mendonça França2018-02-149-115/+103
* Add symbol and duration serializersRafael Mendonça França2018-02-143-1/+50
* Only add one more custom key in the serialized hashRafael Mendonça França2018-02-145-43/+36
* Define the interface of a SerializerRafael Mendonça França2018-02-141-0/+18
* Remove unnecessary qualified constant lookupsRafael Mendonça França2018-02-145-11/+11
* Simplify the implementation of custom serialziersRafael Mendonça França2018-02-142-36/+28
* Remove non-default serializersEvgenii Pecherkin2018-02-146-148/+7
* Introduce serializers to ActiveJobEvgenii Pecherkin2018-02-1416-131/+470
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* Merge pull request #30622 from aidanharan/custom-discarded-job-handlingRafael França2018-01-231-1/+11
|\
| * Merge branch 'master' into custom-discarded-job-handlingAidan Haran2017-12-0910-19/+29
| |\
| * | Allow for custom handling of exceptions that are discardedAidan Haran2017-09-161-1/+11
* | | Consolidate `queue_adapter=` and `interpret_adapter`Ryuta Kamizono2018-01-051-18/+12
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* | | [ci skip] Add a space to comment in SidekiqAdapterYoshiyuki Hirano2017-12-141-1/+1
| |/ |/|
* | Fix example code in ActiveJob::Core [ci skip]Yoshiyuki Hirano2017-12-051-4/+10
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | Improve DelayedJob wrapper loggingJacek Lachowski2017-11-241-0/+4
* | Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* | [Active Job] require_relative => requireAkira Matsuda2017-10-214-13/+13
* | Yield with an error instance instead of error classKazunori Kajihiro2017-09-291-1/+1
|/
* Update activejob doc [ci skip]Yoshiyuki Hirano2017-08-301-1/+1
* Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-1/+1
* Use `ArgumentError` instead of own error classyuuji.yaginuma2017-07-201-2/+1
* Fix `warning: circular argument reference`yuuji.yaginuma2017-07-191-2/+2
* Add `except` option for ActiveJob::TestHelper methodsposthumanism2017-07-182-15/+81
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1133-0/+33
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-0933-0/+33
* [Active Job] require => require_relativeAkira Matsuda2017-07-014-13/+13
* ActiveJob::Core#serialize stores provider_job_id (fixes #26581).utilum2017-06-271-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-033-4/+4
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-8/+3
* Removed string inquiry.Mohit Natoo2017-05-261-4/+4
* Provides friendlier way to access queue adapters of a job.Mohit Natoo2017-05-261-3/+16
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Improving docs for callbacks execution order [ci skip]dixpac2017-05-211-1/+3