Fix Mongoid/Ruby 1.8 "can't find special index".
Hash order needs to be preserved so with Ruby 1.8 we use a BSON::OrderedHash instead of a generic one.
Please register or sign in to comment
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
Hash order needs to be preserved so with Ruby 1.8 we use a BSON::OrderedHash instead of a generic one.