I was previously using Rails 5.0.0beta3 and Mongoid branch MONGOID-4218-rails-5, which was doing fine. As soon as I did the update, I get a lot of errors because every association is validated on presence, despite being no `validates_presence_of` in the models.
I don't believe this is a design choice, so I am reporting this as Major.