couchrest_model/lib/couchrest/core
Matt Aimonetti d9fe6ba374 Started the refactoring work on couchrest.
* A server can have multiple defined available databases set to be used by documents (think DM repos)
* A server can have a default database so documents can easily share the same db connection
* Let a document class have a default database to use
* Give access to a document uri
* extracted some of the document features to a mixin
2009-02-02 14:51:41 -08:00
..
database.rb 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
design.rb I seem to have all the CR::Model specs passing 2008-11-22 14:15:07 -08:00
document.rb Started the refactoring work on couchrest. 2009-02-02 14:51:41 -08:00
model.rb 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
server.rb Started the refactoring work on couchrest. 2009-02-02 14:51:41 -08:00
view.rb added cr:view 2008-11-03 22:53:46 -08:00