Oh, I forgot, I don't have a way to access Futon because of proxy issues, so
I am looking for a way to do it using curl. I am getting by doing:
curl -s http://127.0.0.1:5984/db/_all_docs | grep _design
but it seems silly to request the whole database, if all I want is the
design docs.
On Thu, Sep 2, 2010 at 5:44 PM, Thomas Rampelberg <[email protected]>wrote:
> 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 <[email protected]>
> 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?
> >
>