mongoose
mongoose copied to clipboard
Moose to MongoDB object mapper
Results
2
mongoose issues
Sort by
recently updated
recently updated
newest added
MongoDB doesn't allow '.' in keys within a hash. This needs to be detected and either get escaped somehow or else a sensible error get thrown. The problem with escaping...
When the `belongs_to` side of a `has_one` relationship is deleted the key remains on the parent (`has_one` side). This causes the method used to access the relationship to return 2...