File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def serialize_argument(argument)
98
98
Primitive serialization of BigDecimal job arguments is deprecated as it may serialize via .to_s using certain queue adapters.
99
99
Enable config.active_job.use_big_decimal_serializer to use BigDecimalSerializer instead, which will be mandatory in Rails 7.2.
100
100
101
- Note that if you application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first.
101
+ Note that if your application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first.
102
102
This will ensure that during your deployment all replicas are capable of deserializing arguments serialized with BigDecimalSerializer.
103
103
MSG
104
104
return argument
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def self.permitted?
64
64
Primitive serialization of BigDecimal job arguments is deprecated as it may serialize via .to_s using certain queue adapters.
65
65
Enable config.active_job.use_big_decimal_serializer to use BigDecimalSerializer instead, which will be mandatory in Rails 7.2.
66
66
67
- Note that if you application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first.
67
+ Note that if your application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first.
68
68
This will ensure that during your deployment all replicas are capable of deserializing arguments serialized with BigDecimalSerializer.
69
69
MSG
70
70
assert_equal (
You can’t perform that action at this time.
0 commit comments