You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/upgrading_ruby_on_rails.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ The `MessageEncryptor` offers the ability to migrate the default serializer from
100
100
If you would like to ignore this change in existing applications, set the following: `config.active_support.default_message_encryptor_serializer = :marshal`.
101
101
102
102
In order to roll out the new default when upgrading from `7.0` to `7.1`, there are three configuration variables to keep in mind.
@@ -179,7 +183,8 @@ The `MessageVerifier` offers the ability to migrate the default serializer from
179
183
If you would like to ignore this change in existing applications, set the following: `config.active_support.default_message_verifier_serializer = :marshal`.
180
184
181
185
In order to roll out the new default when upgrading from `7.0` to `7.1`, there are three configuration variables to keep in mind.
0 commit comments