mongoid-site icon indicating copy to clipboard operation
mongoid-site copied to clipboard

Source code for mongoid.org

Results 27 mongoid-site issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

dependencies

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

dependencies

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

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