mongoid-embedded-errors 3.0.1
Embedded documents in Mongoid can be really useful. However, when one of those embedded documents is invalid, Mongoid does not say which validation has failed. Instead of just saying that an embedded document is invalid, this gem modifies Mongoid behavior so it explicitly provides validation errors on a per-field basis for embedded documents, the same way it does for parent documents.
Gemfile:
=
install:
=
Runtime Dependencies (1):
mongoid
>= 4.0, < 8.0.0
Development Dependencies (2):
rubocop
~> 0.92
rubocop-rspec
~> 1.43