I am hoping to bring a few more eyes to an equality bug I found in MongoMapper:
p1 = Post.new
p2 = p1.dup
p1 == p2 # => true
# so far so good
p2.title = ‘changed’
p1 == p2 # => false
# uh-oh!
If you want to see chaos, please join us for a spirited mailing list discussion. Despite my best [...]