mongoid-site
mongoid-site copied to clipboard
Source code for mongoid.org
Bumps [json](https://github.com/flori/json) from 1.8.3 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [haml](https://github.com/haml/haml) from 4.0.6 to 5.1.2. Changelog *Sourced from [haml's changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md).* > ## 5.1.2 > > Released on August 6, 2019 > ([diff](https://github.com/haml/haml/compare/v5.1.1...v5.1.2)). > > * Fix crash in some...
Mongoid Installation Documentation seems to be incomplete. In _Getting Rid of Active Record_ it shows how to replace `require 'rails/all'` in order to remove ActiveRecord, but there is a line...
Addressing #269
The page [http://mongoid.org/en/mongoid/docs/indexing.html](http://mongoid.org/en/mongoid/docs/indexing.html) lists the `create_indexes` and `remove_indexes` rake task, but not the `remove_undefined_indexes` one which is quite useful.
We need some documentation on how to configure the connection pool and perhaps some guidance.
http://mongoid.org/en/mongoid/docs/tips.html#safe_mode are wrong, safe option doesnt exist anymore, need to fix that.
I feel like these should be more obvious, so added them to documentation. It's great that Mongoid usually just works, but we were having problem with pool issues, and it...