delete obsolete views
Reported by hkstar | November 11th, 2008 @ 08:09 PM
CouchRest::Model's feature to automatically upload views listed in the model file is wonderful. However, after a while they begin to build up.
How about an option to delete outdated/obsolete views from the database?
thanks!
Comments and changes to this ticket
-
J. Chris A. November 23rd, 2008 @ 10:07 AM
- State changed from new to resolved
cleanup_design_docs! added
-
Francisco Viramontes October 14th, 2009 @ 10:04 PM
I have tried using this function but it does not work :(
It does not fail but does not delete obsolete views
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
"CouchDB, close to the metal." <a href="http://github.com/jchris/couchrest/tree/master">CouchRest</a> is a RESTful layer for accessing CouchDB, based off CouchDB's included Javascript reference client. CouchRest also includes helpers for running large queries etc. There is also a base class for ActiveRecord / Datamapper style ORM, called CouchRest::Model.