couchrest_model/lib/couchrest/mixins
2009-03-31 10:57:33 -07:00
..
attachments.rb moved stuff around and cleaned up some deprecation notices [save/save_doc] 2009-02-02 16:10:07 -08:00
callbacks.rb Namespace Extlib versions of class_inheritable_accessor methods with extlib_prefix, as done in Wycats' Rails fork, so that their inclusion won't overwrite existing ActiveSupport implementations, if present. Check for existence of Class extensions on a per-method basis. 2009-03-19 16:59:22 -07:00
class_proxy.rb ClassProxy provides class-level methods on a dynamically chosen database. 2009-03-27 13:42:49 +00:00
design_doc.rb Tidy up initialisations of design_doc which are no longer needed 2009-03-31 10:57:33 -07:00
document_queries.rb Tidy up initialisations of design_doc which are no longer needed 2009-03-31 10:57:33 -07:00
extended_attachments.rb fixed the uuid count for the latest version of couchdb 2009-02-25 00:22:11 -08:00
extended_document_mixins.rb ClassProxy provides class-level methods on a dynamically chosen database. 2009-03-27 13:42:49 +00:00
properties.rb fixed an inheritance problem with ExtendedDocument subclasses 2009-03-27 11:11:49 -07:00
validation.rb Add call to super in CouchRest::Validation.inherited hook, so that ExtendedDocument.inherited isn't bypassed. This reveals a failing test: Subclassing an ExtendedDocument should inherit default property values 2009-03-27 10:39:23 -07:00
views.rb Make design_doc non-inheritable. Fixes bug where views added to a child class were propagated to the parent and siblings. Child class "all" view map function now checks in guard clause for child class name instead of parent name 2009-03-27 10:35:18 -07:00