> I am learning couchdb, and I can't find a way to get a list of the _design > documents on a database without doing /db/_all_docs. > > Is there a better way to do this?
Futon does: http://localhost:5984/dbname/_all_docs?limit=11&descending=true&startkey=%22_design0%22&endkey=%22_design%22 S
