Module: ActiveGraph

Extended by:
ActiveSupport::Autoload
Defined in:
lib/active_graph/core/logging.rb,
lib/active_graph.rb,
lib/active_graph/ansi.rb,
lib/active_graph/base.rb,
lib/active_graph/node.rb,
lib/active_graph/config.rb,
lib/active_graph/errors.rb,
lib/active_graph/shared.rb,
lib/active_graph/railtie.rb,
lib/active_graph/version.rb,
lib/active_graph/wrapper.rb,
lib/active_graph/core/node.rb,
lib/active_graph/migration.rb,
lib/active_graph/paginated.rb,
lib/active_graph/core/label.rb,
lib/active_graph/core/query.rb,
lib/active_graph/migrations.rb,
lib/active_graph/node/query.rb,
lib/active_graph/timestamps.rb,
lib/active_graph/core/entity.rb,
lib/active_graph/core/record.rb,
lib/active_graph/core/result.rb,
lib/active_graph/core/schema.rb,
lib/active_graph/node/labels.rb,
lib/active_graph/transaction.rb,
lib/active_graph/model_schema.rb,
lib/active_graph/relationship.rb,
lib/active_graph/transactions.rb,
lib/active_graph/attribute_set.rb,
lib/active_graph/core/querable.rb,
lib/active_graph/core/query_ext.rb,
lib/active_graph/core/wrappable.rb,
lib/active_graph/node/callbacks.rb,
lib/active_graph/node/dependent.rb,
lib/active_graph/shared/marshal.rb,
lib/active_graph/class_arguments.rb,
lib/active_graph/migrations/base.rb,
lib/active_graph/shared/identity.rb,
lib/active_graph/type_converters.rb,
lib/active_graph/node/orm_adapter.rb,
lib/active_graph/node/unpersisted.rb,
lib/active_graph/node/validations.rb,
lib/active_graph/schema/operation.rb,
lib/active_graph/shared/callbacks.rb,
lib/active_graph/core/cypher_error.rb,
lib/active_graph/migrations/runner.rb,
lib/active_graph/migrations/schema.rb,
lib/active_graph/node/node_wrapper.rb,
lib/active_graph/secure_random_ext.rb,
lib/active_graph/shared/typecaster.rb,
lib/active_graph/core/query_builder.rb,
lib/active_graph/core/query_clauses.rb,
lib/active_graph/core/schema_errors.rb,
lib/active_graph/migrations/helpers.rb,
lib/active_graph/node/query_methods.rb,
lib/active_graph/relationship/types.rb,
lib/active_graph/shared/validations.rb,
lib/active_graph/timestamps/created.rb,
lib/active_graph/timestamps/updated.rb,
lib/active_graph/core/instrumentable.rb,
lib/active_graph/lazy_attribute_hash.rb,
lib/active_graph/undeclared_properties.rb,
lib/active_graph/node/has_n/association.rb,
lib/active_graph/node/query/query_proxy.rb,
lib/active_graph/relationship/callbacks.rb,
lib/active_graph/migrations/check_pending.rb,
lib/active_graph/node/dependent_callbacks.rb,
lib/active_graph/relationship/rel_wrapper.rb,
lib/active_graph/relationship/validations.rb,
lib/active_graph/migrations/helpers/schema.rb,
lib/active_graph/migrations/migration_file.rb,
lib/active_graph/core/query_find_in_batches.rb,
lib/rails/generators/active_graph_generator.rb,
lib/active_graph/migrations/schema_migration.rb,
lib/active_graph/node/query/query_proxy_link.rb,
lib/active_graph/migrations/helpers/id_property.rb,
lib/active_graph/node/query/query_proxy_methods.rb,
lib/active_graph/migrations/helpers/relationships.rb,
lib/active_graph/node/query/query_proxy_enumerable.rb,
lib/active_graph/node/dependent/association_methods.rb,
lib/active_graph/node/dependent/query_proxy_methods.rb,
lib/active_graph/node/query/query_proxy_eager_loading.rb,
lib/active_graph/node/has_n/association_cypher_methods.rb,
lib/active_graph/node/query/query_proxy_find_in_batches.rb,
lib/rails/generators/active_graph/migration/migration_generator.rb,
lib/active_graph/node/query/query_proxy_methods_of_mass_updating.rb,
lib/rails/generators/active_graph/upgrade_v8/upgrade_v8_generator.rb,
lib/active_graph/node/query/query_proxy_eager_loading/association_tree.rb

Overview

Copied largely from activerecord/lib/active_record/log_subscriber.rb

Defined Under Namespace

Modules: ANSI, Base, ClassArguments, ClassWrapper, Core, Generators, Migrations, ModelSchema, Node, NodeWrapping, RelWrapping, Relationship, Schema, SecureRandomExt, Shared, Timestamps, Transaction, Transactions, TypeConverters, UndeclaredProperties Classes: AttributeSet, Config, DangerousAttributeError, DeprecatedSchemaDefinitionError, Error, InvalidParameterError, InvalidPropertyOptionsError, IrreversibleMigration, LazyAttributeHash, Migration, MigrationError, Paginated, PendingMigrationError, Railtie, RecordNotFound, Rollback, UnknownAttributeError, UnknownMigrationVersionError, UnknownTypeConverterError

Constant Summary collapse

VERSION =
'11.4.0'