couchrest_model/lib/couchrest/core
Nolan Darilek d8d5645ebd Make bulk saving more flexible.
* Database#save(doc, true) caches the doc in a database-specific bulk
cache.
* Database#save(doc, false), default, saves normally, bulk saving and
emptying the cache if one exists.
* The cache is automatically saved on Database#save if it excedes a
configurable limit, 50 by default.
* Database#bulk_save without arguments saves and clears the bulk save
cache.
2008-12-14 23:17:35 -06:00
..
database.rb Make bulk saving more flexible. 2008-12-14 23:17:35 -06:00
design.rb I seem to have all the CR::Model specs passing 2008-11-22 14:15:07 -08:00
document.rb got view queries happening correctly 2008-11-21 16:21:20 -08:00
model.rb Merge branch 'model-first' of git://github.com/mattetti/couchrest into mattetti/model-first 2008-11-22 16:13:46 -08:00
server.rb polished documentation 2008-09-29 23:39:57 -07:00
view.rb added cr:view 2008-11-03 22:53:46 -08:00