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: lib/mongoid/warnings.rb
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ def warning(id, message)
30
30
end
31
31
32
32
warning:geo_haystack_deprecated,'The geoHaystack type is deprecated.'
33
-
warning:as_json_compact_deprecated,'#as_json :compact option is deprecated. Please call #compact on the returned Hash object instead.'
34
33
warning:symbol_type_deprecated,'The BSON Symbol type is deprecated by MongoDB. Please use String or StringifiedSymbol field types instead of the Symbol field type.'
35
34
warning:legacy_readonly,'The readonly! method will only mark the document readonly when the legacy_readonly feature flag is switched off.'
36
35
warning:mutable_ids,'Ignoring updates to immutable attribute `_id`. Please set Mongoid::Config.immutable_ids to true and update your code so that `_id` is never updated.'
0 commit comments