mongoid_orderable icon indicating copy to clipboard operation
mongoid_orderable copied to clipboard

Acts as list mongoid implementation

Results 4 mongoid_orderable issues
Sort by recently updated
recently updated
newest added

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...