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
MONGOID-5547 create index needs to load models (#5526)
* make the load_models task actually load models
required decoupling the model loading code from Rails, which required
some creative rearchitecting of some brittle tests.
* fix other tests that relied on juggling the Rails constant
* tidy up the FeatureSandbox
* fix typo
* parenthesize arguments to `defined?`
* extract array to constant for better documentation
* update docs
* don't try to parse uri string if it hasn't been set
0 commit comments