couchrest_model/lib/couchrest/more
John Wood cf76466795 Added Collection mixin.
The Collection mixin adds support for executing a view, and passing
back the view results as an Array of the given ExtendedDocument instance.
It also supports will_paginate like pagination methods (paginate, paginated_each),
which will only fetch the given set of documents from CouchDB.
2009-07-08 09:38:26 -07:00
..
casted_model.rb fixed all the specs so we are back to green 2009-05-26 18:27:49 -07:00
extended_document.rb Added Collection mixin. 2009-07-08 09:38:26 -07:00
property.rb Make "property :foo, :default => false" work 2009-04-28 11:38:00 +08:00