couchrest_model/spec/couchrest/more
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
..
casted_extended_doc_spec.rb spec'd casted extended document 2009-03-02 21:15:02 -08:00
casted_model_spec.rb fixed a bug with CastedModel constructer calling Hash#initialize(ifnone) 2009-04-28 11:32:59 +08:00
extended_doc_attachment_spec.rb corrected some spec dependencies 2009-03-08 14:27:30 +00:00
extended_doc_spec.rb Make "property :foo, :default => false" work 2009-04-28 11:38:00 +08: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 ClassProxy provides class-level methods on a dynamically chosen database. 2009-03-27 13:42:49 +00:00
property_spec.rb ValidationErrors#on: allow String field_name 2009-03-24 23:57:28 -07:00