Module: CouchRest::Model

Defined in:
lib/couchrest/model/callbacks.rb,
lib/couchrest/model.rb,
lib/couchrest/model/base.rb,
lib/couchrest/model/views.rb,
lib/couchrest/model/errors.rb,
lib/couchrest/model/property.rb,
lib/couchrest/model/typecast.rb,
lib/couchrest/model/collection.rb,
lib/couchrest/model/design_doc.rb,
lib/couchrest/model/properties.rb,
lib/couchrest/model/class_proxy.rb,
lib/couchrest/model/persistence.rb,
lib/couchrest/model/validations.rb,
lib/couchrest/model/associations.rb,
lib/couchrest/model/casted_array.rb,
lib/couchrest/model/casted_model.rb,
lib/couchrest/model/configuration.rb,
lib/couchrest/model/document_queries.rb,
lib/couchrest/model/property_protection.rb,
lib/couchrest/model/extended_attachments.rb,
lib/couchrest/model/validations/uniqueness.rb,
lib/couchrest/model/validations/casted_model.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, CastedModel, ClassProxy, Collection, Configuration, DesignDoc, DocumentQueries, Errors, ExtendedAttachments, Persistence, Properties, PropertyProtection, Typecast, Validations, Views Classes: Base, CastedArray, Property

Constant Summary collapse

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