Mongoid v2.1.1 Release Notes

  • Resolved Issues

    • #1021, #719 Many to many relations dont trigger extra database queries when pushing new documents.

    • #607 Calling create on large associations does not load the entire relation.

    • #1064 Mongoid::Paranoia should respect unscoped and scoped.

    • ⚡️ #1026 model#update_attribute now can update booleans to false.

    • #618 Crack XML library breaks Mongoid by adding #attributes method to the String class. (Stephen McGinty)