mongoid 7.5.3 → 8.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +3 -3
- data/README.md +6 -6
- data/Rakefile +25 -0
- data/lib/config/locales/en.yml +92 -43
- data/lib/mongoid/association/accessors.rb +40 -11
- data/lib/mongoid/association/bindable.rb +50 -2
- data/lib/mongoid/association/builders.rb +5 -3
- data/lib/mongoid/association/constrainable.rb +0 -1
- data/lib/mongoid/association/eager_loadable.rb +29 -7
- data/lib/mongoid/association/embedded/batchable.rb +34 -11
- data/lib/mongoid/association/embedded/cyclic.rb +1 -1
- data/lib/mongoid/association/embedded/embedded_in/binding.rb +24 -2
- data/lib/mongoid/association/embedded/embedded_in/buildable.rb +2 -2
- data/lib/mongoid/association/embedded/embedded_in/proxy.rb +4 -3
- data/lib/mongoid/association/embedded/embedded_in.rb +3 -2
- data/lib/mongoid/association/embedded/embeds_many/binding.rb +1 -0
- data/lib/mongoid/association/embedded/embeds_many/buildable.rb +4 -3
- data/lib/mongoid/association/embedded/embeds_many/proxy.rb +69 -45
- data/lib/mongoid/association/embedded/embeds_many.rb +2 -2
- data/lib/mongoid/association/embedded/embeds_one/buildable.rb +19 -5
- data/lib/mongoid/association/embedded/embeds_one/proxy.rb +24 -5
- data/lib/mongoid/association/embedded/embeds_one.rb +3 -3
- data/lib/mongoid/association/macros.rb +8 -1
- data/lib/mongoid/association/many.rb +11 -7
- data/lib/mongoid/association/nested/many.rb +5 -4
- data/lib/mongoid/association/nested/nested_buildable.rb +4 -4
- data/lib/mongoid/association/nested/one.rb +45 -7
- data/lib/mongoid/association/one.rb +2 -2
- data/lib/mongoid/association/options.rb +9 -9
- data/lib/mongoid/association/proxy.rb +15 -4
- data/lib/mongoid/association/referenced/auto_save.rb +4 -3
- data/lib/mongoid/association/referenced/belongs_to/binding.rb +1 -0
- data/lib/mongoid/association/referenced/belongs_to/buildable.rb +1 -1
- data/lib/mongoid/association/referenced/belongs_to/proxy.rb +5 -6
- data/lib/mongoid/association/referenced/belongs_to.rb +2 -2
- data/lib/mongoid/association/referenced/counter_cache.rb +10 -10
- data/lib/mongoid/association/referenced/eager.rb +2 -2
- data/lib/mongoid/association/referenced/has_and_belongs_to_many/proxy.rb +70 -13
- data/lib/mongoid/association/referenced/has_and_belongs_to_many.rb +6 -3
- data/lib/mongoid/association/referenced/has_many/enumerable.rb +22 -30
- data/lib/mongoid/association/referenced/has_many/proxy.rb +29 -19
- data/lib/mongoid/association/referenced/has_many.rb +3 -3
- data/lib/mongoid/association/referenced/has_one/buildable.rb +1 -1
- data/lib/mongoid/association/referenced/has_one/nested_builder.rb +5 -5
- data/lib/mongoid/association/referenced/has_one/proxy.rb +9 -12
- data/lib/mongoid/association/referenced/has_one.rb +3 -3
- data/lib/mongoid/association/referenced/syncable.rb +4 -4
- data/lib/mongoid/association/reflections.rb +4 -4
- data/lib/mongoid/association/relatable.rb +44 -10
- data/lib/mongoid/association.rb +5 -5
- data/lib/mongoid/atomic/modifiers.rb +2 -2
- data/lib/mongoid/atomic.rb +7 -0
- data/lib/mongoid/attributes/dynamic.rb +4 -4
- data/lib/mongoid/attributes/nested.rb +6 -6
- data/lib/mongoid/attributes/processing.rb +37 -6
- data/lib/mongoid/attributes/projector.rb +2 -2
- data/lib/mongoid/attributes/readonly.rb +3 -3
- data/lib/mongoid/attributes.rb +51 -42
- data/lib/mongoid/changeable.rb +147 -14
- data/lib/mongoid/clients/options.rb +5 -1
- data/lib/mongoid/clients/sessions.rb +2 -14
- data/lib/mongoid/clients/storage_options.rb +2 -5
- data/lib/mongoid/clients/validators/storage.rb +3 -15
- data/lib/mongoid/collection_configurable.rb +58 -0
- data/lib/mongoid/composable.rb +2 -0
- data/lib/mongoid/config/defaults.rb +60 -0
- data/lib/mongoid/config/options.rb +3 -0
- data/lib/mongoid/config/validators/async_query_executor.rb +24 -0
- data/lib/mongoid/config/validators/client.rb +6 -6
- data/lib/mongoid/config/validators.rb +1 -0
- data/lib/mongoid/config.rb +140 -18
- data/lib/mongoid/contextual/aggregable/memory.rb +24 -16
- data/lib/mongoid/contextual/aggregable/mongo.rb +5 -5
- data/lib/mongoid/contextual/aggregable/none.rb +1 -1
- data/lib/mongoid/contextual/atomic.rb +1 -1
- data/lib/mongoid/contextual/geo_near.rb +7 -7
- data/lib/mongoid/contextual/map_reduce.rb +2 -2
- data/lib/mongoid/contextual/memory.rb +285 -58
- data/lib/mongoid/contextual/mongo/documents_loader.rb +177 -0
- data/lib/mongoid/contextual/mongo.rb +517 -346
- data/lib/mongoid/contextual/none.rb +193 -20
- data/lib/mongoid/contextual/queryable.rb +1 -1
- data/lib/mongoid/contextual.rb +14 -2
- data/lib/mongoid/copyable.rb +32 -8
- data/lib/mongoid/criteria/findable.rb +8 -5
- data/lib/mongoid/criteria/includable.rb +27 -22
- data/lib/mongoid/criteria/marshalable.rb +10 -2
- data/lib/mongoid/criteria/permission.rb +1 -1
- data/lib/mongoid/criteria/queryable/aggregable.rb +2 -2
- data/lib/mongoid/criteria/queryable/extensions/array.rb +3 -16
- data/lib/mongoid/criteria/queryable/extensions/big_decimal.rb +25 -4
- data/lib/mongoid/criteria/queryable/extensions/boolean.rb +2 -2
- data/lib/mongoid/criteria/queryable/extensions/date.rb +6 -1
- data/lib/mongoid/criteria/queryable/extensions/date_time.rb +6 -1
- data/lib/mongoid/criteria/queryable/extensions/hash.rb +1 -17
- data/lib/mongoid/criteria/queryable/extensions/numeric.rb +1 -9
- data/lib/mongoid/criteria/queryable/extensions/object.rb +2 -1
- data/lib/mongoid/criteria/queryable/extensions/range.rb +13 -5
- data/lib/mongoid/criteria/queryable/extensions/regexp.rb +3 -3
- data/lib/mongoid/criteria/queryable/extensions/set.rb +1 -1
- data/lib/mongoid/criteria/queryable/extensions/string.rb +4 -14
- data/lib/mongoid/criteria/queryable/extensions/symbol.rb +4 -12
- data/lib/mongoid/criteria/queryable/extensions/time.rb +6 -1
- data/lib/mongoid/criteria/queryable/extensions/time_with_zone.rb +6 -1
- data/lib/mongoid/criteria/queryable/key.rb +4 -4
- data/lib/mongoid/criteria/queryable/mergeable.rb +1 -1
- data/lib/mongoid/criteria/queryable/optional.rb +11 -17
- data/lib/mongoid/criteria/queryable/options.rb +2 -2
- data/lib/mongoid/criteria/queryable/pipeline.rb +1 -1
- data/lib/mongoid/criteria/queryable/selectable.rb +47 -38
- data/lib/mongoid/criteria/queryable/selector.rb +93 -8
- data/lib/mongoid/criteria/queryable/smash.rb +40 -7
- data/lib/mongoid/criteria/queryable/storable.rb +1 -1
- data/lib/mongoid/criteria/queryable.rb +12 -7
- data/lib/mongoid/criteria/scopable.rb +2 -2
- data/lib/mongoid/criteria/translator.rb +45 -0
- data/lib/mongoid/criteria.rb +20 -40
- data/lib/mongoid/deprecable.rb +36 -0
- data/lib/mongoid/deprecation.rb +25 -0
- data/lib/mongoid/document.rb +127 -35
- data/lib/mongoid/equality.rb +8 -8
- data/lib/mongoid/errors/create_collection_failure.rb +33 -0
- data/lib/mongoid/errors/document_not_found.rb +10 -6
- data/lib/mongoid/errors/drop_collection_failure.rb +27 -0
- data/lib/mongoid/errors/immutable_attribute.rb +26 -0
- data/lib/mongoid/errors/invalid_async_query_executor.rb +25 -0
- data/lib/mongoid/errors/invalid_config_option.rb +1 -1
- data/lib/mongoid/errors/invalid_dependent_strategy.rb +1 -1
- data/lib/mongoid/errors/invalid_dot_dollar_assignment.rb +23 -0
- data/lib/mongoid/errors/invalid_field.rb +6 -2
- data/lib/mongoid/errors/invalid_field_type.rb +26 -0
- data/lib/mongoid/errors/invalid_global_executor_concurrency.rb +22 -0
- data/lib/mongoid/errors/invalid_relation.rb +1 -1
- data/lib/mongoid/errors/invalid_relation_option.rb +1 -1
- data/lib/mongoid/errors/invalid_session_use.rb +1 -1
- data/lib/mongoid/errors/invalid_storage_options.rb +1 -1
- data/lib/mongoid/errors/invalid_storage_parent.rb +2 -0
- data/lib/mongoid/errors/mongoid_error.rb +3 -3
- data/lib/mongoid/errors/nested_attributes_metadata_not_found.rb +1 -1
- data/lib/mongoid/errors/no_client_database.rb +1 -1
- data/lib/mongoid/errors/no_client_hosts.rb +1 -1
- data/lib/mongoid/errors/readonly_attribute.rb +1 -1
- data/lib/mongoid/errors/too_many_nested_attribute_records.rb +1 -1
- data/lib/mongoid/errors/unknown_attribute.rb +1 -1
- data/lib/mongoid/errors.rb +6 -3
- data/lib/mongoid/extensions/array.rb +9 -7
- data/lib/mongoid/extensions/big_decimal.rb +33 -10
- data/lib/mongoid/extensions/binary.rb +42 -0
- data/lib/mongoid/extensions/boolean.rb +8 -2
- data/lib/mongoid/extensions/date.rb +26 -20
- data/lib/mongoid/extensions/date_time.rb +1 -1
- data/lib/mongoid/extensions/false_class.rb +1 -1
- data/lib/mongoid/extensions/float.rb +7 -4
- data/lib/mongoid/extensions/hash.rb +19 -8
- data/lib/mongoid/extensions/integer.rb +7 -4
- data/lib/mongoid/extensions/module.rb +1 -1
- data/lib/mongoid/extensions/object.rb +10 -8
- data/lib/mongoid/extensions/range.rb +41 -10
- data/lib/mongoid/extensions/regexp.rb +11 -4
- data/lib/mongoid/extensions/set.rb +11 -4
- data/lib/mongoid/extensions/string.rb +11 -22
- data/lib/mongoid/extensions/symbol.rb +4 -15
- data/lib/mongoid/extensions/time.rb +29 -16
- data/lib/mongoid/extensions/time_with_zone.rb +1 -2
- data/lib/mongoid/extensions/true_class.rb +1 -1
- data/lib/mongoid/extensions.rb +1 -0
- data/lib/mongoid/factory.rb +55 -7
- data/lib/mongoid/fields/foreign_key.rb +11 -4
- data/lib/mongoid/fields/localized.rb +19 -4
- data/lib/mongoid/fields/standard.rb +17 -7
- data/lib/mongoid/fields/validators/macro.rb +3 -9
- data/lib/mongoid/fields.rb +129 -20
- data/lib/mongoid/findable.rb +54 -24
- data/lib/mongoid/indexable/specification.rb +2 -2
- data/lib/mongoid/indexable/validators/options.rb +6 -2
- data/lib/mongoid/interceptable.rb +76 -15
- data/lib/mongoid/matchable.rb +1 -1
- data/lib/mongoid/matcher/eq_impl.rb +1 -1
- data/lib/mongoid/matcher/type.rb +1 -1
- data/lib/mongoid/matcher.rb +33 -13
- data/lib/mongoid/persistable/creatable.rb +19 -9
- data/lib/mongoid/persistable/deletable.rb +2 -2
- data/lib/mongoid/persistable/destroyable.rb +1 -1
- data/lib/mongoid/persistable/savable.rb +14 -2
- data/lib/mongoid/persistable/unsettable.rb +2 -2
- data/lib/mongoid/persistable/updatable.rb +69 -12
- data/lib/mongoid/persistable/upsertable.rb +21 -2
- data/lib/mongoid/persistable.rb +6 -3
- data/lib/mongoid/persistence_context.rb +6 -4
- data/lib/mongoid/query_cache.rb +13 -261
- data/lib/mongoid/railties/controller_runtime.rb +1 -1
- data/lib/mongoid/railties/database.rake +7 -2
- data/lib/mongoid/reloadable.rb +10 -8
- data/lib/mongoid/scopable.rb +15 -13
- data/lib/mongoid/selectable.rb +1 -2
- data/lib/mongoid/serializable.rb +10 -6
- data/lib/mongoid/stateful.rb +57 -10
- data/lib/mongoid/tasks/database.rake +12 -0
- data/lib/mongoid/tasks/database.rb +20 -2
- data/lib/mongoid/threaded/lifecycle.rb +5 -5
- data/lib/mongoid/threaded.rb +42 -12
- data/lib/mongoid/timestamps/created.rb +1 -1
- data/lib/mongoid/timestamps/updated.rb +2 -2
- data/lib/mongoid/touchable.rb +2 -3
- data/lib/mongoid/traversable.rb +5 -4
- data/lib/mongoid/utils.rb +22 -0
- data/lib/mongoid/validatable/localizable.rb +1 -1
- data/lib/mongoid/validatable/macros.rb +5 -7
- data/lib/mongoid/validatable/presence.rb +2 -2
- data/lib/mongoid/validatable/uniqueness.rb +9 -8
- data/lib/mongoid/validatable.rb +9 -6
- data/lib/mongoid/version.rb +1 -1
- data/lib/mongoid/warnings.rb +19 -4
- data/lib/mongoid.rb +17 -3
- data/spec/config/mongoid.yml +16 -0
- data/spec/integration/app_spec.rb +10 -14
- data/spec/integration/associations/belongs_to_spec.rb +18 -0
- data/spec/integration/associations/embedded_spec.rb +15 -0
- data/spec/integration/associations/embeds_many_spec.rb +15 -2
- data/spec/integration/associations/embeds_one_spec.rb +18 -0
- data/spec/integration/associations/foreign_key_spec.rb +9 -0
- data/spec/integration/associations/has_and_belongs_to_many_spec.rb +21 -0
- data/spec/integration/associations/has_one_spec.rb +97 -1
- data/spec/integration/associations/scope_option_spec.rb +1 -1
- data/spec/integration/callbacks_models.rb +132 -1
- data/spec/integration/callbacks_spec.rb +360 -4
- data/spec/integration/criteria/range_spec.rb +95 -1
- data/spec/integration/discriminator_key_spec.rb +118 -80
- data/spec/integration/dots_and_dollars_spec.rb +277 -0
- data/spec/integration/i18n_fallbacks_spec.rb +3 -32
- data/spec/integration/matcher_examples_spec.rb +20 -13
- data/spec/integration/matcher_operator_data/type_decimal.yml +3 -2
- data/spec/integration/matcher_operator_spec.rb +3 -5
- data/spec/integration/persistence/range_field_spec.rb +350 -0
- data/spec/mongoid/association/counter_cache_spec.rb +1 -1
- data/spec/mongoid/association/depending_spec.rb +9 -9
- data/spec/mongoid/association/eager_spec.rb +2 -1
- data/spec/mongoid/association/embedded/embedded_in/binding_spec.rb +2 -1
- data/spec/mongoid/association/embedded/embedded_in/buildable_spec.rb +54 -0
- data/spec/mongoid/association/embedded/embedded_in/proxy_spec.rb +96 -9
- data/spec/mongoid/association/embedded/embeds_many/buildable_spec.rb +112 -0
- data/spec/mongoid/association/embedded/embeds_many/proxy_spec.rb +255 -65
- data/spec/mongoid/association/embedded/embeds_many_models.rb +37 -0
- data/spec/mongoid/association/embedded/embeds_many_query_spec.rb +12 -0
- data/spec/mongoid/association/embedded/embeds_many_spec.rb +68 -0
- data/spec/mongoid/association/embedded/embeds_one/buildable_spec.rb +25 -0
- data/spec/mongoid/association/embedded/embeds_one/proxy_spec.rb +15 -2
- data/spec/mongoid/association/embedded/embeds_one_models.rb +19 -0
- data/spec/mongoid/association/embedded/embeds_one_spec.rb +28 -0
- data/spec/mongoid/association/referenced/belongs_to/binding_spec.rb +2 -1
- data/spec/mongoid/association/referenced/belongs_to/buildable_spec.rb +54 -0
- data/spec/mongoid/association/referenced/belongs_to/proxy_spec.rb +15 -0
- data/spec/mongoid/association/referenced/belongs_to_models.rb +11 -0
- data/spec/mongoid/association/referenced/belongs_to_spec.rb +4 -20
- data/spec/mongoid/association/referenced/has_and_belongs_to_many/proxy_spec.rb +186 -229
- data/spec/mongoid/association/referenced/has_and_belongs_to_many_models.rb +25 -0
- data/spec/mongoid/association/referenced/has_and_belongs_to_many_spec.rb +35 -2
- data/spec/mongoid/association/referenced/has_many/buildable_spec.rb +109 -0
- data/spec/mongoid/association/referenced/has_many/enumerable_spec.rb +2 -56
- data/spec/mongoid/association/referenced/has_many/proxy_spec.rb +173 -177
- data/spec/mongoid/association/referenced/has_many_models.rb +3 -1
- data/spec/mongoid/association/referenced/has_many_spec.rb +25 -0
- data/spec/mongoid/association/referenced/has_one/buildable_spec.rb +2 -2
- data/spec/mongoid/association/referenced/has_one/proxy_spec.rb +107 -1
- data/spec/mongoid/association/referenced/has_one_models.rb +16 -0
- data/spec/mongoid/association/syncable_spec.rb +15 -1
- data/spec/mongoid/atomic/paths_spec.rb +0 -14
- data/spec/mongoid/attributes/nested_spec.rb +80 -11
- data/spec/mongoid/attributes/nested_spec_models.rb +48 -0
- data/spec/mongoid/attributes/projector_spec.rb +1 -5
- data/spec/mongoid/attributes_spec.rb +510 -33
- data/spec/mongoid/changeable_spec.rb +429 -37
- data/spec/mongoid/clients/factory_spec.rb +23 -30
- data/spec/mongoid/clients/sessions_spec.rb +0 -38
- data/spec/mongoid/clients_spec.rb +149 -15
- data/spec/mongoid/collection_configurable_spec.rb +158 -0
- data/spec/mongoid/config/defaults_spec.rb +160 -0
- data/spec/mongoid/config_spec.rb +214 -31
- data/spec/mongoid/contextual/aggregable/memory_spec.rb +396 -158
- data/spec/mongoid/contextual/aggregable/memory_table.yml +88 -0
- data/spec/mongoid/contextual/aggregable/memory_table_spec.rb +62 -0
- data/spec/mongoid/contextual/map_reduce_spec.rb +2 -16
- data/spec/mongoid/contextual/memory_spec.rb +850 -88
- data/spec/mongoid/contextual/mongo/documents_loader_spec.rb +187 -0
- data/spec/mongoid/contextual/mongo_spec.rb +1572 -435
- data/spec/mongoid/contextual/none_spec.rb +60 -21
- data/spec/mongoid/copyable_spec.rb +453 -11
- data/spec/mongoid/criteria/findable_spec.rb +86 -210
- data/spec/mongoid/criteria/includable_spec.rb +1492 -0
- data/spec/mongoid/criteria/includable_spec_models.rb +54 -0
- data/spec/mongoid/criteria/marshalable_spec.rb +18 -1
- data/spec/mongoid/criteria/queryable/extensions/array_spec.rb +7 -19
- data/spec/mongoid/criteria/queryable/extensions/big_decimal_spec.rb +134 -26
- data/spec/mongoid/criteria/queryable/extensions/date_spec.rb +11 -0
- data/spec/mongoid/criteria/queryable/extensions/date_time_spec.rb +11 -0
- data/spec/mongoid/criteria/queryable/extensions/hash_spec.rb +0 -15
- data/spec/mongoid/criteria/queryable/extensions/numeric_spec.rb +73 -7
- data/spec/mongoid/criteria/queryable/extensions/string_spec.rb +4 -69
- data/spec/mongoid/criteria/queryable/extensions/symbol_spec.rb +0 -59
- data/spec/mongoid/criteria/queryable/extensions/time_spec.rb +11 -0
- data/spec/mongoid/criteria/queryable/extensions/time_with_zone_spec.rb +11 -0
- data/spec/mongoid/criteria/queryable/optional_spec.rb +15 -484
- data/spec/mongoid/criteria/queryable/options_spec.rb +1 -1
- data/spec/mongoid/criteria/queryable/selectable_logical_spec.rb +469 -0
- data/spec/mongoid/criteria/queryable/selectable_spec.rb +78 -86
- data/spec/mongoid/criteria/queryable/selector_spec.rb +90 -5
- data/spec/mongoid/criteria/queryable/storable_spec.rb +72 -0
- data/spec/mongoid/criteria/translator_spec.rb +132 -0
- data/spec/mongoid/criteria_projection_spec.rb +1 -5
- data/spec/mongoid/criteria_spec.rb +469 -1205
- data/spec/mongoid/document_fields_spec.rb +173 -24
- data/spec/mongoid/document_spec.rb +32 -41
- data/spec/mongoid/errors/document_not_found_spec.rb +29 -2
- data/spec/mongoid/errors/invalid_field_spec.rb +1 -1
- data/spec/mongoid/errors/invalid_field_type_spec.rb +55 -0
- data/spec/mongoid/errors/mongoid_error_spec.rb +3 -1
- data/spec/mongoid/errors/no_environment_spec.rb +3 -3
- data/spec/mongoid/errors/readonly_document_spec.rb +2 -2
- data/spec/mongoid/errors/too_many_nested_attribute_records_spec.rb +1 -1
- data/spec/mongoid/extensions/array_spec.rb +16 -2
- data/spec/mongoid/extensions/big_decimal_spec.rb +712 -212
- data/spec/mongoid/extensions/binary_spec.rb +44 -9
- data/spec/mongoid/extensions/boolean_spec.rb +68 -82
- data/spec/mongoid/extensions/date_class_mongoize_spec.rb +7 -3
- data/spec/mongoid/extensions/date_spec.rb +71 -1
- data/spec/mongoid/extensions/date_time_spec.rb +15 -9
- data/spec/mongoid/extensions/float_spec.rb +53 -74
- data/spec/mongoid/extensions/hash_spec.rb +33 -3
- data/spec/mongoid/extensions/integer_spec.rb +50 -64
- data/spec/mongoid/extensions/range_spec.rb +255 -54
- data/spec/mongoid/extensions/regexp_spec.rb +58 -33
- data/spec/mongoid/extensions/set_spec.rb +106 -0
- data/spec/mongoid/extensions/string_spec.rb +53 -25
- data/spec/mongoid/extensions/symbol_spec.rb +18 -25
- data/spec/mongoid/extensions/time_spec.rb +639 -106
- data/spec/mongoid/extensions/time_with_zone_spec.rb +24 -83
- data/spec/mongoid/factory_spec.rb +61 -1
- data/spec/mongoid/fields/localized_spec.rb +80 -37
- data/spec/mongoid/fields_spec.rb +500 -84
- data/spec/mongoid/findable_spec.rb +450 -58
- data/spec/mongoid/indexable/specification_spec.rb +2 -2
- data/spec/mongoid/indexable_spec.rb +55 -30
- data/spec/mongoid/interceptable_spec.rb +599 -8
- data/spec/mongoid/interceptable_spec_models.rb +235 -4
- data/spec/mongoid/matcher/extract_attribute_spec.rb +1 -5
- data/spec/mongoid/mongoizable_spec.rb +285 -0
- data/spec/mongoid/persistable/creatable_spec.rb +2 -2
- data/spec/mongoid/persistable/deletable_spec.rb +28 -8
- data/spec/mongoid/persistable/destroyable_spec.rb +28 -8
- data/spec/mongoid/persistable/incrementable_spec.rb +37 -0
- data/spec/mongoid/persistable/logical_spec.rb +37 -0
- data/spec/mongoid/persistable/poppable_spec.rb +36 -0
- data/spec/mongoid/persistable/pullable_spec.rb +72 -0
- data/spec/mongoid/persistable/pushable_spec.rb +72 -0
- data/spec/mongoid/persistable/renamable_spec.rb +36 -0
- data/spec/mongoid/persistable/savable_spec.rb +96 -0
- data/spec/mongoid/persistable/settable_spec.rb +37 -0
- data/spec/mongoid/persistable/unsettable_spec.rb +36 -0
- data/spec/mongoid/persistable/updatable_spec.rb +20 -28
- data/spec/mongoid/persistable/upsertable_spec.rb +89 -1
- data/spec/mongoid/persistence_context_spec.rb +31 -57
- data/spec/mongoid/query_cache_middleware_spec.rb +0 -18
- data/spec/mongoid/query_cache_spec.rb +56 -215
- data/spec/mongoid/reloadable_spec.rb +83 -6
- data/spec/mongoid/scopable_spec.rb +91 -1
- data/spec/mongoid/serializable_spec.rb +9 -30
- data/spec/mongoid/shardable_spec.rb +4 -4
- data/spec/mongoid/stateful_spec.rb +150 -8
- data/spec/mongoid/tasks/database_rake_spec.rb +74 -0
- data/spec/mongoid/tasks/database_spec.rb +127 -0
- data/spec/mongoid/timestamps_spec.rb +392 -4
- data/spec/mongoid/timestamps_spec_models.rb +67 -0
- data/spec/mongoid/touchable_spec.rb +390 -2
- data/spec/mongoid/touchable_spec_models.rb +14 -8
- data/spec/mongoid/traversable_spec.rb +13 -35
- data/spec/mongoid/validatable/presence_spec.rb +1 -1
- data/spec/mongoid/validatable/uniqueness_spec.rb +58 -31
- data/spec/mongoid/warnings_spec.rb +35 -0
- data/spec/mongoid_spec.rb +34 -16
- data/spec/rails/controller_extension/controller_runtime_spec.rb +2 -2
- data/spec/rails/mongoid_spec.rb +4 -16
- data/spec/spec_helper.rb +5 -0
- data/spec/support/constraints.rb +24 -0
- data/spec/support/immutable_ids.rb +118 -0
- data/spec/support/macros.rb +78 -0
- data/spec/support/models/artist.rb +0 -1
- data/spec/support/models/augmentation.rb +12 -0
- data/spec/support/models/band.rb +4 -0
- data/spec/support/models/book.rb +1 -0
- data/spec/support/models/building.rb +2 -0
- data/spec/support/models/catalog.rb +24 -0
- data/spec/support/models/circus.rb +3 -0
- data/spec/support/models/cover.rb +10 -0
- data/spec/support/models/fanatic.rb +8 -0
- data/spec/support/models/implant.rb +9 -0
- data/spec/support/models/label.rb +2 -0
- data/spec/support/models/passport.rb +9 -0
- data/spec/support/models/person.rb +2 -0
- data/spec/support/models/player.rb +2 -0
- data/spec/support/models/powerup.rb +12 -0
- data/spec/support/models/product.rb +1 -0
- data/spec/support/models/purse.rb +9 -0
- data/spec/support/models/registry.rb +1 -0
- data/spec/support/models/school.rb +14 -0
- data/spec/support/models/shield.rb +18 -0
- data/spec/support/models/student.rb +14 -0
- data/spec/support/models/weapon.rb +12 -0
- data.tar.gz.sig +0 -0
- metadata +718 -641
- metadata.gz.sig +0 -0
- data/lib/mongoid/errors/eager_load.rb +0 -23
- data/lib/mongoid/errors/invalid_value.rb +0 -17
- data/spec/mongoid/criteria/queryable/extensions/bignum_spec.rb +0 -60
- data/spec/mongoid/criteria/queryable/extensions/fixnum_spec.rb +0 -60
- data/spec/mongoid/errors/eager_load_spec.rb +0 -31
@@ -25,7 +25,7 @@ module Mongoid
|
|
25
25
|
#
|
26
26
|
# @param [ Array ] other The other array.
|
27
27
|
#
|
28
|
-
# @return [ true
|
28
|
+
# @return [ true | false ] If the objects are equal.
|
29
29
|
def ==(other)
|
30
30
|
return false unless other.respond_to?(:entries)
|
31
31
|
entries == other.entries
|
@@ -74,7 +74,7 @@ module Mongoid
|
|
74
74
|
# @example Get the distinct values.
|
75
75
|
# context.distinct(:name)
|
76
76
|
#
|
77
|
-
# @param [ String
|
77
|
+
# @param [ String | Symbol ] field The name of the field.
|
78
78
|
#
|
79
79
|
# @return [ Array<Object> ] The distinct values for the field.
|
80
80
|
def distinct(field)
|
@@ -110,9 +110,24 @@ module Mongoid
|
|
110
110
|
# @example Do any documents exist for the context.
|
111
111
|
# context.exists?
|
112
112
|
#
|
113
|
-
# @
|
114
|
-
|
115
|
-
|
113
|
+
# @example Do any documents exist for given _id.
|
114
|
+
# context.exists?(BSON::ObjectId(...))
|
115
|
+
#
|
116
|
+
# @example Do any documents exist for given conditions.
|
117
|
+
# context.exists?(name: "...")
|
118
|
+
#
|
119
|
+
# @param [ Hash | Object | false ] id_or_conditions an _id to
|
120
|
+
# search for, a hash of conditions, nil or false.
|
121
|
+
#
|
122
|
+
# @return [ true | false ] If the count is more than zero.
|
123
|
+
# Always false if passed nil or false.
|
124
|
+
def exists?(id_or_conditions = :none)
|
125
|
+
case id_or_conditions
|
126
|
+
when :none then any?
|
127
|
+
when nil, false then false
|
128
|
+
when Hash then Memory.new(criteria.where(id_or_conditions)).exists?
|
129
|
+
else Memory.new(criteria.where(_id: id_or_conditions)).exists?
|
130
|
+
end
|
116
131
|
end
|
117
132
|
|
118
133
|
# Get the first document in the database for the criteria's selector.
|
@@ -120,20 +135,33 @@ module Mongoid
|
|
120
135
|
# @example Get the first document.
|
121
136
|
# context.first
|
122
137
|
#
|
123
|
-
# @param [ Integer
|
124
|
-
# return, or a hash of options.
|
138
|
+
# @param [ Integer ] limit The number of documents to return.
|
125
139
|
#
|
126
140
|
# @return [ Document ] The first document.
|
127
|
-
def first(
|
128
|
-
if
|
129
|
-
eager_load(
|
141
|
+
def first(limit = nil)
|
142
|
+
if limit
|
143
|
+
eager_load(documents.first(limit))
|
130
144
|
else
|
131
|
-
eager_load(documents.first
|
145
|
+
eager_load([documents.first]).first
|
132
146
|
end
|
133
147
|
end
|
134
148
|
alias :one :first
|
135
149
|
alias :find_first :first
|
136
150
|
|
151
|
+
# Get the first document in the database for the criteria's selector or
|
152
|
+
# raise an error if none is found.
|
153
|
+
#
|
154
|
+
# @example Get the first document.
|
155
|
+
# context.first!
|
156
|
+
#
|
157
|
+
# @return [ Document ] The first document.
|
158
|
+
#
|
159
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
160
|
+
# documents to take.
|
161
|
+
def first!
|
162
|
+
first || raise_document_not_found_error
|
163
|
+
end
|
164
|
+
|
137
165
|
# Create the new in memory context.
|
138
166
|
#
|
139
167
|
# @example Create the new context.
|
@@ -170,52 +198,29 @@ module Mongoid
|
|
170
198
|
# @example Get the last document.
|
171
199
|
# context.last
|
172
200
|
#
|
173
|
-
# @param [ Integer
|
174
|
-
# return, or a hash of options.
|
175
|
-
#
|
176
|
-
# @option limit_or_opts [ :none ] :id_sort This option is deprecated.
|
177
|
-
# Don't apply a sort on _id if no other sort is defined on the criteria.
|
201
|
+
# @param [ Integer ] limit The number of documents to return.
|
178
202
|
#
|
179
203
|
# @return [ Document ] The last document.
|
180
|
-
def last(
|
181
|
-
if limit_or_opts.nil? || limit_or_opts.is_a?(Hash)
|
182
|
-
eager_load([documents.last]).first
|
183
|
-
else
|
184
|
-
eager_load(documents.last(limit_or_opts))
|
185
|
-
end
|
186
|
-
end
|
187
|
-
|
188
|
-
# Take the given number of documents from the database.
|
189
|
-
#
|
190
|
-
# @example Take a document.
|
191
|
-
# context.take
|
192
|
-
#
|
193
|
-
# @param [ Integer | nil ] limit The number of documents to take or nil.
|
194
|
-
#
|
195
|
-
# @return [ Document ] The document.
|
196
|
-
def take(limit = nil)
|
204
|
+
def last(limit = nil)
|
197
205
|
if limit
|
198
|
-
eager_load(documents.
|
206
|
+
eager_load(documents.last(limit))
|
199
207
|
else
|
200
|
-
eager_load([documents.
|
208
|
+
eager_load([documents.last]).first
|
201
209
|
end
|
202
210
|
end
|
203
211
|
|
204
|
-
#
|
212
|
+
# Get the last document in the database for the criteria's selector or
|
213
|
+
# raise an error if none is found.
|
205
214
|
#
|
206
|
-
# @example
|
207
|
-
# context.
|
215
|
+
# @example Get the last document.
|
216
|
+
# context.last!
|
208
217
|
#
|
209
|
-
# @return [ Document ] The document.
|
218
|
+
# @return [ Document ] The last document.
|
210
219
|
#
|
211
220
|
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
212
221
|
# documents to take.
|
213
|
-
def
|
214
|
-
|
215
|
-
raise Errors::DocumentNotFound.new(klass, nil, nil)
|
216
|
-
else
|
217
|
-
eager_load([documents.first]).first
|
218
|
-
end
|
222
|
+
def last!
|
223
|
+
last || raise_document_not_found_error
|
219
224
|
end
|
220
225
|
|
221
226
|
# Get the length of matching documents in the context.
|
@@ -236,28 +241,44 @@ module Mongoid
|
|
236
241
|
#
|
237
242
|
# @param [ Integer ] value The number of documents to return.
|
238
243
|
#
|
239
|
-
# @return [
|
244
|
+
# @return [ Memory ] The context.
|
240
245
|
def limit(value)
|
241
246
|
self.limiting = value
|
242
247
|
self
|
243
248
|
end
|
244
249
|
|
250
|
+
# Pluck the field values in memory.
|
251
|
+
#
|
252
|
+
# @example Get the values in memory.
|
253
|
+
# context.pluck(:name)
|
254
|
+
#
|
255
|
+
# @param [ [ String | Symbol ]... ] *fields Field(s) to pluck.
|
256
|
+
#
|
257
|
+
# @return [ Array<Object> | Array<Array<Object>> ] The plucked values.
|
245
258
|
def pluck(*fields)
|
246
259
|
if Mongoid.legacy_pluck_distinct
|
247
260
|
documents.pluck(*fields)
|
248
261
|
else
|
249
|
-
documents.map do |
|
250
|
-
|
251
|
-
retrieve_value_at_path(d, fields.first)
|
252
|
-
else
|
253
|
-
fields.map do |field|
|
254
|
-
retrieve_value_at_path(d, field)
|
255
|
-
end
|
256
|
-
end
|
262
|
+
documents.map do |doc|
|
263
|
+
pluck_from_doc(doc, *fields)
|
257
264
|
end
|
258
265
|
end
|
259
266
|
end
|
260
267
|
|
268
|
+
# Pick the field values in memory.
|
269
|
+
#
|
270
|
+
# @example Get the values in memory.
|
271
|
+
# context.pick(:name)
|
272
|
+
#
|
273
|
+
# @param [ [ String | Symbol ]... ] *fields Field(s) to pick.
|
274
|
+
#
|
275
|
+
# @return [ Object | Array<Object> ] The picked values.
|
276
|
+
def pick(*fields)
|
277
|
+
if doc = documents.first
|
278
|
+
pluck_from_doc(doc, *fields)
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
261
282
|
# Tally the field values in memory.
|
262
283
|
#
|
263
284
|
# @example Get the counts of values in memory.
|
@@ -274,6 +295,36 @@ module Mongoid
|
|
274
295
|
end
|
275
296
|
end
|
276
297
|
|
298
|
+
# Take the given number of documents from the database.
|
299
|
+
#
|
300
|
+
# @example Take a document.
|
301
|
+
# context.take
|
302
|
+
#
|
303
|
+
# @param [ Integer | nil ] limit The number of documents to take or nil.
|
304
|
+
#
|
305
|
+
# @return [ Document ] The document.
|
306
|
+
def take(limit = nil)
|
307
|
+
if limit
|
308
|
+
eager_load(documents.take(limit))
|
309
|
+
else
|
310
|
+
eager_load([documents.first]).first
|
311
|
+
end
|
312
|
+
end
|
313
|
+
|
314
|
+
# Take the given number of documents from the database or raise an error
|
315
|
+
# if none are found.
|
316
|
+
#
|
317
|
+
# @example Take a document.
|
318
|
+
# context.take
|
319
|
+
#
|
320
|
+
# @return [ Document ] The document.
|
321
|
+
#
|
322
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
323
|
+
# documents to take.
|
324
|
+
def take!
|
325
|
+
take || raise_document_not_found_error
|
326
|
+
end
|
327
|
+
|
277
328
|
# Skips the provided number of documents.
|
278
329
|
#
|
279
330
|
# @example Skip the documents.
|
@@ -281,7 +332,7 @@ module Mongoid
|
|
281
332
|
#
|
282
333
|
# @param [ Integer ] value The number of documents to skip.
|
283
334
|
#
|
284
|
-
# @return [
|
335
|
+
# @return [ Memory ] The context.
|
285
336
|
def skip(value)
|
286
337
|
self.skipping = value
|
287
338
|
self
|
@@ -295,7 +346,7 @@ module Mongoid
|
|
295
346
|
# @param [ Hash ] values The sorting values as field/direction(1/-1)
|
296
347
|
# pairs.
|
297
348
|
#
|
298
|
-
# @return [
|
349
|
+
# @return [ Memory ] The context.
|
299
350
|
def sort(values)
|
300
351
|
in_place_sort(values) and self
|
301
352
|
end
|
@@ -307,7 +358,7 @@ module Mongoid
|
|
307
358
|
#
|
308
359
|
# @param [ Hash ] attributes The new attributes for the document.
|
309
360
|
#
|
310
|
-
# @return [ nil
|
361
|
+
# @return [ nil | false ] False if no attributes were provided.
|
311
362
|
def update(attributes = nil)
|
312
363
|
update_documents(attributes, [ first ])
|
313
364
|
end
|
@@ -319,11 +370,167 @@ module Mongoid
|
|
319
370
|
#
|
320
371
|
# @param [ Hash ] attributes The new attributes for each document.
|
321
372
|
#
|
322
|
-
# @return [ nil
|
373
|
+
# @return [ nil | false ] False if no attributes were provided.
|
323
374
|
def update_all(attributes = nil)
|
324
375
|
update_documents(attributes, entries)
|
325
376
|
end
|
326
377
|
|
378
|
+
# Get the second document in the database for the criteria's selector.
|
379
|
+
#
|
380
|
+
# @example Get the second document.
|
381
|
+
# context.second
|
382
|
+
#
|
383
|
+
# @param [ Integer ] limit The number of documents to return.
|
384
|
+
#
|
385
|
+
# @return [ Document ] The second document.
|
386
|
+
def second
|
387
|
+
eager_load([documents.second]).first
|
388
|
+
end
|
389
|
+
|
390
|
+
# Get the second document in the database for the criteria's selector or
|
391
|
+
# raise an error if none is found.
|
392
|
+
#
|
393
|
+
# @example Get the second document.
|
394
|
+
# context.second!
|
395
|
+
#
|
396
|
+
# @return [ Document ] The second document.
|
397
|
+
#
|
398
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
399
|
+
# documents to take.
|
400
|
+
def second!
|
401
|
+
second || raise_document_not_found_error
|
402
|
+
end
|
403
|
+
|
404
|
+
# Get the third document in the database for the criteria's selector.
|
405
|
+
#
|
406
|
+
# @example Get the third document.
|
407
|
+
# context.third
|
408
|
+
#
|
409
|
+
# @param [ Integer ] limit The number of documents to return.
|
410
|
+
#
|
411
|
+
# @return [ Document ] The third document.
|
412
|
+
def third
|
413
|
+
eager_load([documents.third]).first
|
414
|
+
end
|
415
|
+
|
416
|
+
# Get the third document in the database for the criteria's selector or
|
417
|
+
# raise an error if none is found.
|
418
|
+
#
|
419
|
+
# @example Get the third document.
|
420
|
+
# context.third!
|
421
|
+
#
|
422
|
+
# @return [ Document ] The third document.
|
423
|
+
#
|
424
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
425
|
+
# documents to take.
|
426
|
+
def third!
|
427
|
+
third || raise_document_not_found_error
|
428
|
+
end
|
429
|
+
|
430
|
+
# Get the fourth document in the database for the criteria's selector.
|
431
|
+
#
|
432
|
+
# @example Get the fourth document.
|
433
|
+
# context.fourth
|
434
|
+
#
|
435
|
+
# @param [ Integer ] limit The number of documents to return.
|
436
|
+
#
|
437
|
+
# @return [ Document ] The fourth document.
|
438
|
+
def fourth
|
439
|
+
eager_load([documents.fourth]).first
|
440
|
+
end
|
441
|
+
|
442
|
+
# Get the fourth document in the database for the criteria's selector or
|
443
|
+
# raise an error if none is found.
|
444
|
+
#
|
445
|
+
# @example Get the fourth document.
|
446
|
+
# context.fourth!
|
447
|
+
#
|
448
|
+
# @return [ Document ] The fourth document.
|
449
|
+
#
|
450
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
451
|
+
# documents to take.
|
452
|
+
def fourth!
|
453
|
+
fourth || raise_document_not_found_error
|
454
|
+
end
|
455
|
+
|
456
|
+
# Get the fifth document in the database for the criteria's selector.
|
457
|
+
#
|
458
|
+
# @example Get the fifth document.
|
459
|
+
# context.fifth
|
460
|
+
#
|
461
|
+
# @param [ Integer ] limit The number of documents to return.
|
462
|
+
#
|
463
|
+
# @return [ Document ] The fifth document.
|
464
|
+
def fifth
|
465
|
+
eager_load([documents.fifth]).first
|
466
|
+
end
|
467
|
+
|
468
|
+
# Get the fifth document in the database for the criteria's selector or
|
469
|
+
# raise an error if none is found.
|
470
|
+
#
|
471
|
+
# @example Get the fifth document.
|
472
|
+
# context.fifth!
|
473
|
+
#
|
474
|
+
# @return [ Document ] The fifth document.
|
475
|
+
#
|
476
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
477
|
+
# documents to take.
|
478
|
+
def fifth!
|
479
|
+
fifth || raise_document_not_found_error
|
480
|
+
end
|
481
|
+
|
482
|
+
# Get the second to last document in the database for the criteria's selector.
|
483
|
+
#
|
484
|
+
# @example Get the second to last document.
|
485
|
+
# context.second_to_last
|
486
|
+
#
|
487
|
+
# @param [ Integer ] limit The number of documents to return.
|
488
|
+
#
|
489
|
+
# @return [ Document ] The second to last document.
|
490
|
+
def second_to_last
|
491
|
+
eager_load([documents.second_to_last]).first
|
492
|
+
end
|
493
|
+
|
494
|
+
# Get the second to last document in the database for the criteria's selector or
|
495
|
+
# raise an error if none is found.
|
496
|
+
#
|
497
|
+
# @example Get the second to last document.
|
498
|
+
# context.second_to_last!
|
499
|
+
#
|
500
|
+
# @return [ Document ] The second to last document.
|
501
|
+
#
|
502
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
503
|
+
# documents to take.
|
504
|
+
def second_to_last!
|
505
|
+
second_to_last || raise_document_not_found_error
|
506
|
+
end
|
507
|
+
|
508
|
+
# Get the third to last document in the database for the criteria's selector.
|
509
|
+
#
|
510
|
+
# @example Get the third to last document.
|
511
|
+
# context.third_to_last
|
512
|
+
#
|
513
|
+
# @param [ Integer ] limit The number of documents to return.
|
514
|
+
#
|
515
|
+
# @return [ Document ] The third to last document.
|
516
|
+
def third_to_last
|
517
|
+
eager_load([documents.third_to_last]).first
|
518
|
+
end
|
519
|
+
|
520
|
+
# Get the third to last document in the database for the criteria's selector or
|
521
|
+
# raise an error if none is found.
|
522
|
+
#
|
523
|
+
# @example Get the third to last document.
|
524
|
+
# context.third_to_last!
|
525
|
+
#
|
526
|
+
# @return [ Document ] The third to last document.
|
527
|
+
#
|
528
|
+
# @raises [ Mongoid::Errors::DocumentNotFound ] raises when there are no
|
529
|
+
# documents to take.
|
530
|
+
def third_to_last!
|
531
|
+
third_to_last || raise_document_not_found_error
|
532
|
+
end
|
533
|
+
|
327
534
|
private
|
328
535
|
|
329
536
|
# Get the documents the context should iterate. This follows 3 rules:
|
@@ -546,6 +753,26 @@ module Mongoid
|
|
546
753
|
retrieve_value_at_path(curr, remaining)
|
547
754
|
end
|
548
755
|
end
|
756
|
+
|
757
|
+
# Pluck the field values from the given document.
|
758
|
+
#
|
759
|
+
# @param [ Document ] doc The document to pluck from.
|
760
|
+
# @param [ [ String | Symbol ]... ] *fields Field(s) to pluck.
|
761
|
+
#
|
762
|
+
# @return [ Object | Array<Object> ] The plucked values.
|
763
|
+
def pluck_from_doc(doc, *fields)
|
764
|
+
if fields.length == 1
|
765
|
+
retrieve_value_at_path(doc, fields.first)
|
766
|
+
else
|
767
|
+
fields.map do |field|
|
768
|
+
retrieve_value_at_path(doc, field)
|
769
|
+
end
|
770
|
+
end
|
771
|
+
end
|
772
|
+
|
773
|
+
def raise_document_not_found_error
|
774
|
+
raise Errors::DocumentNotFound.new(klass, nil, nil)
|
775
|
+
end
|
549
776
|
end
|
550
777
|
end
|
551
778
|
end
|
@@ -0,0 +1,177 @@
|
|
1
|
+
require "mongoid/association/eager_loadable"
|
2
|
+
|
3
|
+
module Mongoid
|
4
|
+
module Contextual
|
5
|
+
class Mongo
|
6
|
+
# Loads documents for the provided criteria.
|
7
|
+
#
|
8
|
+
# @api private
|
9
|
+
class DocumentsLoader
|
10
|
+
extend Forwardable
|
11
|
+
include Association::EagerLoadable
|
12
|
+
|
13
|
+
def_delegators :@future, :value!, :value, :wait!, :wait
|
14
|
+
|
15
|
+
# Returns synchronous executor to be used when async_query_executor config option
|
16
|
+
# is set to :immediate. This executor runs all operations on the current
|
17
|
+
# thread, blocking as necessary.
|
18
|
+
#
|
19
|
+
# @return [ Concurrent::ImmediateExecutor ] The executor
|
20
|
+
# to be used to execute document loading tasks.
|
21
|
+
def self.immediate_executor
|
22
|
+
@@immediate_executor ||= Concurrent::ImmediateExecutor.new
|
23
|
+
end
|
24
|
+
|
25
|
+
# Returns asynchronous executor to be used when async_query_executor config option
|
26
|
+
# is set to :global_thread_pool. This executor runs operations on background threads
|
27
|
+
# using a thread pool.
|
28
|
+
#
|
29
|
+
# @return [ Concurrent::ThreadPoolExecutor ] The executor
|
30
|
+
# to be used to execute document loading tasks.
|
31
|
+
def self.global_thread_pool_async_query_executor
|
32
|
+
create_pool = Proc.new do |concurrency|
|
33
|
+
Concurrent::ThreadPoolExecutor.new(
|
34
|
+
min_threads: 0,
|
35
|
+
max_threads: concurrency,
|
36
|
+
max_queue: concurrency * 4,
|
37
|
+
fallback_policy: :caller_runs
|
38
|
+
)
|
39
|
+
end
|
40
|
+
concurrency = Mongoid.global_executor_concurrency || 4
|
41
|
+
@@global_thread_pool_async_query_executor ||= create_pool.call(concurrency)
|
42
|
+
if @@global_thread_pool_async_query_executor.max_length != concurrency
|
43
|
+
old_pool = @@global_thread_pool_async_query_executor
|
44
|
+
@@global_thread_pool_async_query_executor = create_pool.call(concurrency)
|
45
|
+
old_pool.shutdown
|
46
|
+
end
|
47
|
+
@@global_thread_pool_async_query_executor
|
48
|
+
end
|
49
|
+
|
50
|
+
# Returns suitable executor according to Mongoid config options.
|
51
|
+
#
|
52
|
+
# @param [ String | Symbol] name The query executor name, can be either
|
53
|
+
# :immediate or :global_thread_pool. Defaulted to `async_query_executor`
|
54
|
+
# config option.
|
55
|
+
#
|
56
|
+
# @return [ Concurrent::ImmediateExecutor | Concurrent::ThreadPoolExecutor ] The executor
|
57
|
+
# to be used to execute document loading tasks.
|
58
|
+
#
|
59
|
+
# @raise [ Errors::InvalidQueryExecutor ] If an unknown name is provided.
|
60
|
+
def self.executor(name = Mongoid.async_query_executor)
|
61
|
+
case name.to_sym
|
62
|
+
when :immediate
|
63
|
+
immediate_executor
|
64
|
+
when :global_thread_pool
|
65
|
+
global_thread_pool_async_query_executor
|
66
|
+
else
|
67
|
+
raise Errors::InvalidQueryExecutor.new(name)
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
# @return [ Mongoid::Criteria ] Criteria that specifies which documents should
|
72
|
+
# be loaded. Exposed here because `eager_loadable?` method from
|
73
|
+
# `Association::EagerLoadable` expects this to be available.
|
74
|
+
attr_accessor :criteria
|
75
|
+
|
76
|
+
# Instantiates the document loader instance and immediately schedules
|
77
|
+
# its execution using the provided executor.
|
78
|
+
#
|
79
|
+
# @param [ Mongo::Collection::View ] view The collection view to get
|
80
|
+
# records from the database.
|
81
|
+
# @param [ Class ] klass Mongoid model class to instantiate documents.
|
82
|
+
# All records obtained from the database will be converted to an
|
83
|
+
# instance of this class, if possible.
|
84
|
+
# @param [ Mongoid::Criteria ] criteria. Criteria that specifies which
|
85
|
+
# documents should be loaded.
|
86
|
+
# @param [ Concurrent::AbstractExecutorService ] executor. Executor that
|
87
|
+
# is capable of running `Concurrent::Promises::Future` instances.
|
88
|
+
def initialize(view, klass, criteria, executor: self.class.executor)
|
89
|
+
@view = view
|
90
|
+
@klass = klass
|
91
|
+
@criteria = criteria
|
92
|
+
@mutex = Mutex.new
|
93
|
+
@state = :pending
|
94
|
+
@future = Concurrent::Promises.future_on(executor) do
|
95
|
+
start && execute
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
# Returns false or true whether the loader is in pending state.
|
100
|
+
#
|
101
|
+
# Pending state means that the loader execution has been scheduled,
|
102
|
+
# but has not been started yet.
|
103
|
+
#
|
104
|
+
# @return [ true | false ] true if the loader is in pending state,
|
105
|
+
# otherwise false.
|
106
|
+
def pending?
|
107
|
+
@mutex.synchronize do
|
108
|
+
@state == :pending
|
109
|
+
end
|
110
|
+
end
|
111
|
+
|
112
|
+
# Returns false or true whether the loader is in started state.
|
113
|
+
#
|
114
|
+
# Started state means that the loader execution has been started.
|
115
|
+
# Note that the loader stays in this state even after the execution
|
116
|
+
# completed (successfully or failed).
|
117
|
+
#
|
118
|
+
# @return [ true | false ] true if the loader is in started state,
|
119
|
+
# otherwise false.
|
120
|
+
def started?
|
121
|
+
@mutex.synchronize do
|
122
|
+
@state == :started
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
# Mark the loader as unscheduled.
|
127
|
+
#
|
128
|
+
# If the loader is marked unscheduled, it will not be executed. The only
|
129
|
+
# option to load the documents is to call `execute` method directly.
|
130
|
+
#
|
131
|
+
# Please note that if execution of a task has been already started,
|
132
|
+
# unscheduling does not have any effect.
|
133
|
+
def unschedule
|
134
|
+
@mutex.synchronize do
|
135
|
+
@state = :cancelled unless @state == :started
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
139
|
+
# Loads records specified by `@criteria` from the database, and convert
|
140
|
+
# them to Mongoid documents of `@klass` type.
|
141
|
+
#
|
142
|
+
# This method is called by the task (possibly asynchronous) scheduled
|
143
|
+
# when creating an instance of the loader. However, this method can be
|
144
|
+
# called directly, if it is desired to execute loading on the caller
|
145
|
+
# thread immediately.
|
146
|
+
#
|
147
|
+
# Calling this method does not change the state of the loader.
|
148
|
+
#
|
149
|
+
# @return [ Array<Mongoid::Document> ] Array of document loaded from
|
150
|
+
# the database.
|
151
|
+
def execute
|
152
|
+
documents = @view.map do |doc|
|
153
|
+
Factory.from_db(@klass, doc, @criteria)
|
154
|
+
end
|
155
|
+
eager_load(documents) if eager_loadable?
|
156
|
+
documents
|
157
|
+
end
|
158
|
+
|
159
|
+
private
|
160
|
+
|
161
|
+
# Mark the loader as started if possible.
|
162
|
+
#
|
163
|
+
# @return [ true | false ] Whether the state was changed to :started.
|
164
|
+
def start
|
165
|
+
@mutex.synchronize do
|
166
|
+
if @state == :pending
|
167
|
+
@state = :started
|
168
|
+
true
|
169
|
+
else
|
170
|
+
false
|
171
|
+
end
|
172
|
+
end
|
173
|
+
end
|
174
|
+
end
|
175
|
+
end
|
176
|
+
end
|
177
|
+
end
|