couchrest_model/spec/couchrest
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
..
core Make bulk saving more flexible. 2008-12-14 23:17:35 -06:00
helpers fixed a hash bug 2008-10-28 10:07:57 -07:00