couchrest_model/spec/couchrest
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
..
core fixed the specs 2009-07-14 23:48:06 -07:00
helpers slight change of API, CR::Document now uses <action>_doc instead of <action>, also added #create! and #recreate! to Document instances 2009-02-02 14:50:30 -08:00
more made get not raise an exception anymore, use get! instead if you need to raise exceptions. 2009-07-22 16:05:55 -07:00