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 c01c994 commit b5d504aCopy full SHA for b5d504a
docs/release-notes/mongoid-8.0.txt
@@ -86,6 +86,11 @@ functionality:
86
| | respond to ``to_a``: | | |
87
| | ``1..3``, ``{ x: 1 }`` | | |
88
+--------------+------------------------+------------------------+-------------------+
89
+| Array/Set | When a value that is | raise ``InvalidValue`` | return ``nil`` |
90
+| | not an array or set is | error | |
91
+| | assigned, and does NOT | | |
92
+| | respond to ``to_a``: 1 | | |
93
++--------------+------------------------+------------------------+-------------------+
94
| All Other | When an uncastable | undefined behavior, | return ``nil`` |
95
| Types | value is assigned | occasionally raises | |
96
| | | ``NoMethodError`` | |
0 commit comments