Module: Superstore

Extended by:
ActiveSupport::Autoload
Defined in:
lib/superstore.rb,
lib/superstore/base.rb,
lib/superstore/core.rb,
lib/superstore/type.rb,
lib/superstore/model.rb,
lib/superstore/scope.rb,
lib/superstore/errors.rb,
lib/superstore/schema.rb,
lib/superstore/caching.rb,
lib/superstore/inspect.rb,
lib/superstore/railtie.rb,
lib/superstore/scoping.rb,
lib/superstore/identity.rb,
lib/superstore/callbacks.rb,
lib/superstore/connection.rb,
lib/superstore/timestamps.rb,
lib/superstore/persistence.rb,
lib/superstore/validations.rb,
lib/superstore/associations.rb,
lib/superstore/scope/batches.rb,
lib/superstore/types/base_type.rb,
lib/superstore/types/date_type.rb,
lib/superstore/types/json_type.rb,
lib/superstore/types/time_type.rb,
lib/superstore/types/array_type.rb,
lib/superstore/types/float_type.rb,
lib/superstore/attribute_methods.rb,
lib/superstore/types/string_type.rb,
lib/superstore/types/boolean_type.rb,
lib/superstore/types/integer_type.rb,
lib/superstore/scope/query_methods.rb,
lib/superstore/associations/has_one.rb,
lib/superstore/scope/finder_methods.rb,
lib/superstore/associations/has_many.rb,
lib/superstore/adapters/jsonb_adapter.rb,
lib/superstore/associations/belongs_to.rb,
lib/superstore/associations/reflection.rb,
lib/superstore/attribute_methods/dirty.rb,
lib/superstore/associations/association.rb,
lib/superstore/adapters/abstract_adapter.rb,
lib/superstore/attribute_methods/definition.rb,
lib/superstore/attribute_methods/primary_key.rb,
lib/superstore/attribute_methods/typecasting.rb

Defined Under Namespace

Modules: Adapters, Associations, AttributeMethods, Batches, Caching, Callbacks, Connection, Core, FinderMethods, Identity, Inspect, Model, Persistence, QueryMethods, Scoping, Timestamps, Types, Validations Classes: Base, CasssandraObjectError, Railtie, RecordInvalid, RecordNotFound, RecordNotSaved, Schema, Scope, Type