We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144518d commit 50edf85Copy full SHA for 50edf85
activerecord/CHANGELOG.md
@@ -10,7 +10,7 @@
10
however the JSON serializer in Ruby's stdlib isn't strict enough, as it fallback
11
to casting unknown types to strings, which could lead to corrupted data.
12
13
- Some third party JSON libaries like `Oj` have a suitable strict mode.
+ Some third party JSON libraries like `Oj` have a suitable strict mode.
14
15
So it's preferable if users chose a serializer based on their own constraints.
16
0 commit comments