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/belongs_to.rb,
lib/superstore/connection.rb,
lib/superstore/timestamps.rb,
lib/superstore/persistence.rb,
lib/superstore/validations.rb,
lib/superstore/scope/batches.rb,
lib/superstore/log_subscriber.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/cassandra_schema.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/belongs_to/builder.rb,
lib/superstore/types/boolean_type.rb,
lib/superstore/types/integer_type.rb,
lib/superstore/scope/query_methods.rb,
lib/superstore/scope/finder_methods.rb,
lib/superstore/belongs_to/reflection.rb,
lib/superstore/belongs_to/association.rb,
lib/superstore/cassandra_schema/tasks.rb,
lib/superstore/adapters/hstore_adapter.rb,
lib/superstore/attribute_methods/dirty.rb,
lib/superstore/adapters/abstract_adapter.rb,
lib/superstore/adapters/cassandra_adapter.rb,
lib/superstore/cassandra_schema/statements.rb,
lib/superstore/railties/controller_runtime.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, AttributeMethods, BelongsTo, Caching, Callbacks, Connection, Core, Identity, Inspect, Model, Persistence, Railties, Scoping, Statements, Tasks, Timestamps, Types, Validations Classes: Base, CassandraSchema, CasssandraObjectError, LogSubscriber, Railtie, RecordInvalid, RecordNotFound, RecordNotSaved, Schema, Scope, Type