Download Source Code Mongoid 5.0.0
is announcing that Mongoid with version number 5.0.0 is already available to download.
What is Mongoid ?
Mongoid is An Object-Document-Mapper (ODM) for MongoDB .
MongoDB is a document-oriented database, perfect for high intensive load environments.Mongoid is written in Ruby and it offers a familiar API for developers that previously used ORMs like Data Mapper or Active Record.Because of MongoDB’s schemaless, performant document-based design, dynamic queries, and atomic modifier operations, a classic ORM pattern cannot be applied. That’s why the term ODM perfectly describes what Monogid is.
This is changelog for Mongoid version 5.0.0 :
You can read the complete changelog and also download this latest version on their homepage: mongoid.org