Hi John,
I've got jquery.couch.js working in a few places, I'll try to extract a
gist on teh train home tomorrow. If you can put your code somewhere
(ideally in a live setting, like Iris or Cloudant) I'm happy to take a look
at it.

That said, jquery has moved on a lot more than jquery.couch.js, and
jquery.couch.js is starting to show it's age. All jquery.couch.js really is
is an aide-mémoire for the CouchDB API, and learning that is more useful
IMHO since it's portable across languages. Recently I've been just using
jquery calls to Couch directly without the jquery.couch.js in the middle.
It works well, and there's one less moving part. Hooking up something like
Backbone is also simple and can be done without any additional
libraries/connectors.

Cheers
Simon

On Tue, Sep 18, 2012 at 5:07 PM, Noah Slater <[email protected]> wrote:

> Check out Futon's source. That is about as canonical an example as you're
> going to get.
>
> On Tue, Sep 18, 2012 at 4:48 PM, john.tiger <[email protected]
> >wrote:
>
> > On 09/18/2012 09:11 AM, Zera Holladay wrote:
> >
> >> Futon is built with jquery.couch.
> >>
> >
> > okay so source should show examples - though this is a couchapp I believe
> >
> >  The resulting http request is listed as:
> >>> PUT http://localhost:5984/_users/**org.couchdb.user%3Abob<
> http://localhost:5984/_users/org.couchdb.user%3Abob>
> >>>
> >>> but where is the actual username and password in the http request ?
> >>>
> >> In the body of the request.
> >>
> >
> > okay, but this is missing (ie left for reader to figure out - which is
> > difficult - we're trying to work thru all this but examples would make it
> > easier
> >
> >
> > I can accept that we might be missing something, but can anyone vouch
> > that they actually have this working in a non couchapp app?
> >
> >
> >  Yes.
> >>
> >
> > any example ?  gist ?  snippet?
> >
> > thks
> >
> >
> >
> >
> >
>
>
> --
> NS
>

Reply via email to