couchrest_model/lib/couchrest/core
Brian Candler ec7848b783 Multiple database support for ExtendedDocument.
New optional parameters are available to select the database:

Mixins::DocumentQueries
  * get <id>, <db>
  * all :database => <db>
  * first :database => <db>

Mixins::Views
  * view <name>, :database => <db>
  * all_design_doc_versions <db>
  * cleanup_design_docs! <db>

Mixins::DesignDoc
  * refresh_design_doc now only updates the design_doc _id and removes _rev
  * call save_design_doc to save and update the design_doc
  * call save_design_doc_on <db> to save the design doc on a given
    database without modifying the model's design_doc object

Design (core/design.rb)
  * new method view_on <db>, ...

Bug fixes:
  * design_doc_slug in mixins/design_doc.rb was using an empty document
    to calculate the slug each time
  * method_missing in core/extended_document.rb now passes a block through
2009-03-27 11:27:37 +00:00
..
database.rb Remove CouchRest.move, CouchRest::Database#move and #move_doc, because these methods are no longer supported by CouchDB 2009-03-18 11:22:49 -05:00
design.rb Multiple database support for ExtendedDocument. 2009-03-27 11:27:37 +00:00
document.rb Namespace Extlib versions of class_inheritable_accessor methods with extlib_prefix, as done in Wycats' Rails fork, so that their inclusion won't overwrite existing ActiveSupport implementations, if present. Check for existence of Class extensions on a per-method basis. 2009-03-19 16:59:22 -07:00
response.rb spec'd casted extended document 2009-03-02 21:15:02 -08:00
server.rb fixed the uuid count for the latest version of couchdb 2009-02-25 00:22:11 -08:00
view.rb added cr:view 2008-11-03 22:53:46 -08:00