couchrest_model/spec/couchrest/more
Matt Aimonetti 5cd2eaf18a made get not raise an exception anymore, use get! instead if you need to raise exceptions.
* ExtendedDocument.get doesn't raise an exception anymore. If no documents are found nil is returned.
* ExtendedDocument.get! works the say #get used to work and will raise an exception if a document isn't found.
2009-07-22 16:05:55 -07:00
..
casted_extended_doc_spec.rb Fixing CastedModel bug that modified casted objects 2009-05-26 15:47:12 -07:00
casted_model_spec.rb Modified CastedModel to apply defaults first 2009-05-26 15:51:30 -07:00
extended_doc_attachment_spec.rb differentiated attachment's URI and URL 2009-06-07 18:51:31 -07:00
extended_doc_spec.rb made get not raise an exception anymore, use get! instead if you need to raise exceptions. 2009-07-22 16:05:55 -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 made get not raise an exception anymore, use get! instead if you need to raise exceptions. 2009-07-22 16:05:55 -07:00
property_spec.rb added support to cast Float values 2009-07-16 19:52:53 -07:00