Module: CouchRest::Model

Defined in:
lib/couchrest/model/callbacks.rb,
lib/couchrest/model.rb,
lib/couchrest/model/base.rb,
lib/couchrest/model/dirty.rb,
lib/couchrest/model/design.rb,
lib/couchrest/model/errors.rb,
lib/couchrest/model/designs.rb,
lib/couchrest/model/property.rb,
lib/couchrest/model/typecast.rb,
lib/couchrest/model/casted_by.rb,
lib/couchrest/model/proxyable.rb,
lib/couchrest/model/connection.rb,
lib/couchrest/model/embeddable.rb,
lib/couchrest/model/properties.rb,
lib/couchrest/model/casted_hash.rb,
lib/couchrest/model/persistence.rb,
lib/couchrest/model/translation.rb,
lib/couchrest/model/validations.rb,
lib/couchrest/model/associations.rb,
lib/couchrest/model/casted_array.rb,
lib/couchrest/model/designs/view.rb,
lib/couchrest/model/configuration.rb,
lib/couchrest/model/utils/migrate.rb,
lib/couchrest/model/document_queries.rb,
lib/couchrest/model/designs/migrations.rb,
lib/couchrest/model/property_protection.rb,
lib/couchrest/model/extended_attachments.rb,
lib/couchrest/model/designs/design_mapper.rb,
lib/couchrest/model/validations/uniqueness.rb,
lib/couchrest/model/validations/casted_model.rb,
lib/couchrest/model/core_extensions/time_parsing.rb

Overview

CouchRest Model Configuration support, stolen from Carrierwave by jnicklas

http://github.com/jnicklas/carrierwave/blob/master/lib/carrierwave/uploader/configuration.rb

Defined Under Namespace

Modules: Associations, Callbacks, CastedBy, CastedModel, Configuration, Connection, CoreExtensions, Designs, Dirty, DocumentQueries, Embeddable, Errors, ExtendedAttachments, Persistence, Properties, PropertyProtection, Proxyable, Translation, Typecast, Utils, Validations Classes: Base, CastedArray, CastedHash, CollectionOfProxy, Design, DocumentNotFound, Property

Constant Summary collapse

VERSION =
File.read(File.expand_path('../../../VERSION', __FILE__)).strip