Module: BigRecord

Defined in:
lib/big_record/family_span_columns.rb,
lib/big_record/base.rb,
lib/big_record/model.rb,
lib/big_record/version.rb,
lib/big_record/deletion.rb,
lib/big_record/fixtures.rb,
lib/big_record/embedded.rb,
lib/big_record/timestamp.rb,
lib/big_record/migration.rb,
lib/big_record/callbacks.rb,
lib/big_record/validations.rb,
lib/big_record/ar_reflection.rb,
lib/big_record/br_reflection.rb,
lib/big_record/dynamic_schema.rb,
lib/big_record/ar_associations.rb,
lib/big_record/br_associations.rb,
lib/big_record/attribute_methods.rb,
lib/big_record/connection_adapters/view.rb,
lib/big_record/connection_adapters/column.rb,
lib/big_record/br_associations/cached_item_proxy.rb,
lib/big_record/br_associations/association_proxy.rb,
lib/big_record/connection_adapters/hbase_adapter.rb,
lib/big_record/ar_associations/association_proxy.rb,
lib/big_record/ar_associations/has_one_association.rb,
lib/big_record/br_associations/has_one_association.rb,
lib/big_record/ar_associations/has_many_association.rb,
lib/big_record/connection_adapters/abstract_adapter.rb,
lib/big_record/connection_adapters/abstract/quoting.rb,
lib/big_record/connection_adapters/cassandra_adapter.rb,
lib/big_record/br_associations/association_collection.rb,
lib/big_record/ar_associations/association_collection.rb,
lib/big_record/br_associations/belongs_to_association.rb,
lib/big_record/ar_associations/belongs_to_association.rb,
lib/big_record/connection_adapters/hbase_rest_adapter.rb,
lib/big_record/embedded_associations/association_proxy.rb,
lib/big_record/br_associations/cached_item_proxy_factory.rb,
lib/big_record/br_associations/belongs_to_many_association.rb,
lib/big_record/ar_associations/belongs_to_many_association.rb,
lib/big_record/connection_adapters/abstract/database_statements.rb,
lib/big_record/br_associations/has_and_belongs_to_many_association.rb,
lib/big_record/ar_associations/has_and_belongs_to_many_association.rb,
lib/big_record/connection_adapters/abstract/connection_specification.rb

Overview

Replace the anonymous classes

Defined Under Namespace

Modules: ArAssociations, ArReflection, AttributeMethods, BrAssociations, BrReflection, Callbacks, ConnectionAdapters, Deletion, DynamicSchema, EmbeddedAssociations, FamilySpanColumns, TestFixtures, Timestamp, Validations Classes: AdapterNotFound, AdapterNotSpecified, AssociationTypeMismatch, AttributeAssignmentError, AttributeMissing, Base, BigRecordError, ColumnNotFound, ConfigurationError, ConnectionFailed, ConnectionNotEstablished, DuplicateMigrationNameError, DuplicateMigrationVersionError, EagerLoadPolymorphicError, Embedded, Errors, HasManyThroughAssociationNotFoundError, HasManyThroughAssociationPointlessSourceTypeError, HasManyThroughAssociationPolymorphicError, HasManyThroughCantAssociateNewRecords, HasManyThroughSourceAssociationMacroError, HasManyThroughSourceAssociationNotFoundError, IllegalMigrationNameError, IrreversibleMigration, Migration, MigrationProxy, Migrator, Model, MultiparameterAssignmentErrors, NotImplemented, PreparedStatementInvalid, ReadOnlyAssociation, ReadOnlyRecord, RecordInvalid, RecordNotFound, RecordNotSaved, StaleObjectError, StatementInvalid, SubclassNotFound, UnknownAttribute, UnknownMigrationVersionError, WrongAttributeDataType

Constant Summary

VERSION =
File.read(File.join(File.dirname(__FILE__), "..", "..", "VERSION")).chomp.freeze