couchrest_model/lib/couchrest/mixins
Mutwin Kraus f7bbee8243 Make "property :foo, :default => false" work
Before a default value of false was treated like a default of nil,
  which is not the same.

Signed-off-by: Matt Aimonetti <mattaimonetti@gmail.com>
2009-04-28 11:38:00 +08: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 Move design_doc_* attributes into DesignDoc mixin 2009-03-31 10:58:05 -07:00
document_queries.rb Remove unnecessary design_doc_fresh test 2009-03-31 10:58:34 -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 Make "property :foo, :default => false" work 2009-04-28 11:38:00 +08: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 Move design_doc_* attributes into DesignDoc mixin 2009-03-31 10:58:05 -07:00