couchrest_model/spec/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
..
couchrest_spec.rb moved specs so the autotest filemapping works better 2008-09-30 16:21:28 -07:00
database_spec.rb Make bulk saving more flexible. 2008-12-14 23:17:35 -06:00
design_spec.rb made rake spec pass again 2008-11-22 16:09:34 -08:00
document_spec.rb got view queries happening correctly 2008-11-21 16:21:20 -08:00
model_spec.rb justin_dz spec for save bug 2008-12-03 12:09:13 -08:00