From user-return-12424-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Sep 03 00:45:20 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 26735 invoked from network); 3 Sep 2010 00:45:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 00:45:20 -0000 Received: (qmail 10849 invoked by uid 500); 3 Sep 2010 00:45:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 10799 invoked by uid 500); 3 Sep 2010 00:45:19 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 10765 invoked by uid 99); 3 Sep 2010 00:45:19 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 00:45:19 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pyronicide@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 00:44:56 +0000 Received: by iwn8 with SMTP id 8so1510309iwn.11 for ; Thu, 02 Sep 2010 17:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=iVo/63dAkArawd1woHjBGWr0bu5eWe3Hz9vClcQpSKk=; b=xr6/eYjqivlO7RMQlTuHjvWOPHLpHz5QAWRveS7tTfPuGvO70P+xMDoV9BQWtbEKp7 4oBpwtkpkMia5YpnCihKzRiwdOSwmvmc+f9CQey/vejYdRjdDgUeqx1x5dDfoAI6AgIS /Ox8bZN4CfPoDSLcuI8NAeoEBt1+vtuTZsfRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YHB30ebnSBZ/WH4eyVkNO0VbhE/ICX9y+LKReU2uOQw4eJPX6wRxkFEiAjmfpvYIBe 25GeCJSJ3PRI9ryT366zBhM2HK/SvE5Xbu6ndjB+dpBmZzFSIBQM8WHCGLY3ooFUnkb/ WJX2rZUjLCT0ifEM9aRh47uaBTk8iwW/Zzsd4= MIME-Version: 1.0 Received: by 10.231.183.67 with SMTP id cf3mr11669523ibb.187.1283474675877; Thu, 02 Sep 2010 17:44:35 -0700 (PDT) Received: by 10.231.167.68 with HTTP; Thu, 2 Sep 2010 17:44:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Sep 2010 17:44:35 -0700 Message-ID: Subject: Re: How do you see all the _design documents? From: Thomas Rampelberg To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Check out futon: http://127.0.0.1:5984/_utils/index.html Go to your database and select 'Design Documents' from the 'View' dropdown on the right. On Thu, Sep 2, 2010 at 5:38 PM, Joe Hillenbrand wrote: > 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? >