rickmzp / mongoid

Ruby ODM framework for MongoDB

Home Page:http://mongoid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongoid

Build Status Code Climate Coverage Status Dependency Status

Mongoid is an ODM (Object-Document-Mapper) framework for MongoDB in Ruby.

Project Move and Support

For the upcoming 5.0.0 release, the repository will be getting moved to the MongoDB organization. Please pay special attention to the following information with regards to this move:

  • 5.0.0 and higher releases of Mongoid will be officially supported by MongoDB with a dedicated team.
  • Issues tagged 5.0.0 and higher in Github will be migrated to the Mongoid Jira project upon the release. There will be no more Github issues.
  • 4.x and 3.x releases will no longer be supported. Fixes to these branches will need to be maintained in community forks, although not recommended.
  • 5.0.0 release will still be supporting Rails 4.x, although there will be some backwards incompatible changes with respect to the configuration options. The Mongoid public API itself will not be changed.

Project Tracking

Compatibility

Mongoid is tested against MRI 1.9.3, 2.0.0, 2.1.0. 2.2.0 and JRuby (1.9).

Documentation

Please see the new Mongoid website for up-to-date documentation: mongoid.org

License

Copyright (c) 2009-2015 Durran Jordan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

Durran Jordan: durran at gmail dot com

About

Ruby ODM framework for MongoDB

http://mongoid.org

License:MIT License


Languages

Language:Ruby 100.0%Language:Shell 0.0%