mongoid_orderable
mongoid_orderable copied to clipboard
Acts as list mongoid implementation
Looks like this needs to be re-written
This PR currently demonstrates divergent behavior where the following are not equivalent on embedded docs: ```ruby # this correctly preserves order embedded_doc.move_to(2) embedded_doc.save! # this does NOT preserve order and...
Seems like a bug. Or no functionaly for that. Or i do smth wrong. Steps to reproduce. ``1. rails c # Model ``` class Test ### INCLUDES AND EXTENDS include...