couchrest_model/spec/couchrest/more
Will Leinweber eb160e3141 Add .count to extended documents to return how many there are.
Adds a reduce function to the default view so that an extra view doesn't have to be maintained just for the counting.
2009-05-26 15:43:27 -07:00
..
casted_extended_doc_spec.rb spec'd casted extended document 2009-03-02 21:15:02 -08:00
casted_model_spec.rb added cascading validations for extended documents using casted models. Most code comes from nrstott's contribution 2009-05-13 22:50:29 -07:00
extended_doc_attachment_spec.rb corrected some spec dependencies 2009-03-08 14:27:30 +00:00
extended_doc_spec.rb Add .count to extended documents to return how many there are. 2009-05-26 15:43:27 -07:00
extended_doc_subclass_spec.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
extended_doc_view_spec.rb cleaned up the design view names since we don't need to use md5 view names anymore. (we are using different revision numbers) 2009-05-17 19:34:02 -07:00
property_spec.rb ValidationErrors#on: allow String field_name 2009-03-24 23:57:28 -07:00