Module: CouchResource

Defined in:
lib/couch_resource/view.rb,
lib/couch_resource.rb,
lib/couch_resource.rb,
lib/couch_resource/base.rb,
lib/couch_resource/error.rb,
lib/couch_resource/struct.rb,
lib/couch_resource/callbacks.rb,
lib/couch_resource/connection.rb,
lib/couch_resource/validations.rb

Overview

Synchronization of design documents

Synchronization mechanism of design documents is controlled by check_design_revision_every_time. The value is true, the finder methods of views always check the revision of the design document. When false, the finder methods only check at first time.

Defined Under Namespace

Modules: Callbacks, Struct, Validations, View Classes: BadRequest, Base, ClientError, Connection, ConnectionError, CouchResourceError, Errors, ForbiddenAccess, MethodNotAllowed, PreconditionFailed, RecordInvalid, Redirection, ResourceConflict, ResourceNotFound, ServerError, SubResource, UnauthorizedAccess