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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]