You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add mongoid.rb rails initializer
* write all available config options to the mongoid.rb initializer
* let's try loading mongoid.yml after all other config has loaded
this is so that the YAML options can override any options set in the
the config/initializers.
* remove Mongoid options from the mongoid.yml template
Preference is now for these to be specified in the
config/initializers/mongoid.rb initializer, though if present in the
mongoid.yml file, they'll still be processed.
* update docs to reference the mongoid.rb initializers
* Revert "update docs to reference the mongoid.rb initializers"
This reverts commit 05e2be9.
* prefer the YAML file for Mongoid configuration
but let's still auto-generate the default config by parsing the Mongoid::Config file...
* fix tests
* update docs
* revert changes to mongoid.yml (in favor of #5539)
0 commit comments