index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activejob
/
lib
/
active_job
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-49
/
+0
*
Add documentation about not accepting PRs for new adapters (#32298)
Jeremy Green
2018-03-19
1
-0
/
+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
3
-1
/
+21
*
Merge pull request #32026 from bogdanvlviv/improve-30941
Rafael França
2018-02-20
3
-24
/
+47
|
\
|
*
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
2
-22
/
+22
|
*
Add argument serializer `TimeWithZoneSerializer`
bogdanvlviv
2018-02-17
2
-1
/
+24
*
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
2
-4
/
+2
|
/
*
Fix custome serializer setting
Yuji Yaginuma
2018-02-16
2
-4
/
+9
*
Simplify the implementation of custom argument serializers
Rafael Mendonça França
2018-02-14
10
-272
/
+172
*
Improve documentation on custom serializers
Rafael Mendonça França
2018-02-14
2
-0
/
+25
*
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
6
-1
/
+74
*
Allow serializers to be used either as classes or objects
Rafael Mendonça França
2018-02-14
9
-115
/
+103
*
Add symbol and duration serializers
Rafael Mendonça França
2018-02-14
3
-1
/
+50
*
Only add one more custom key in the serialized hash
Rafael Mendonça França
2018-02-14
5
-43
/
+36
*
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
2
-36
/
+28
*
Remove non-default serializers
Evgenii Pecherkin
2018-02-14
5
-147
/
+6
*
Introduce serializers to ActiveJob
Evgenii Pecherkin
2018-02-14
14
-130
/
+468
*
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-3
/
+3
*
Merge pull request #30622 from aidanharan/custom-discarded-job-handling
Rafael França
2018-01-23
1
-1
/
+11
|
\
|
*
Merge branch 'master' into custom-discarded-job-handling
Aidan Haran
2017-12-09
7
-18
/
+28
|
|
\
|
*
|
Allow for custom handling of exceptions that are discarded
Aidan Haran
2017-09-16
1
-1
/
+11
*
|
|
Consolidate `queue_adapter=` and `interpret_adapter`
Ryuta Kamizono
2018-01-05
1
-18
/
+12
*
|
|
[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
1
-1
/
+1
*
|
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-1
/
+1
*
|
Improve DelayedJob wrapper logging
Jacek Lachowski
2017-11-24
1
-0
/
+4
*
|
[Active Job] require_relative => require
Akira Matsuda
2017-10-21
3
-12
/
+12
*
|
Yield with an error instance instead of error class
Kazunori Kajihiro
2017-09-29
1
-1
/
+1
|
/
*
Update activejob doc [ci skip]
Yoshiyuki Hirano
2017-08-30
1
-1
/
+1
*
Use ssl in guide and comment [ci skip]
Yoshiyuki Hirano
2017-08-19
1
-1
/
+1
*
Use `ArgumentError` instead of own error class
yuuji.yaginuma
2017-07-20
1
-2
/
+1
*
Fix `warning: circular argument reference`
yuuji.yaginuma
2017-07-19
1
-2
/
+2
*
Add `except` option for ActiveJob::TestHelper methods
posthumanism
2017-07-18
2
-15
/
+81
*
[Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
31
-0
/
+31
*
Use frozen-string-literal in ActiveJob
Kir Shatrov
2017-07-09
31
-0
/
+31
*
[Active Job] require => require_relative
Akira Matsuda
2017-07-01
3
-12
/
+12
*
ActiveJob::Core#serialize stores provider_job_id (fixes #26581).
utilum
2017-06-27
1
-0
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
3
-4
/
+4
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
2
-8
/
+3
*
Removed string inquiry.
Mohit Natoo
2017-05-26
1
-4
/
+4
*
Provides friendlier way to access queue adapters of a job.
Mohit Natoo
2017-05-26
1
-3
/
+16
*
Improving docs for callbacks execution order [ci skip]
dixpac
2017-05-21
1
-1
/
+3
[next]