From user-return-12655-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 15 06:38:57 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 60596 invoked from network); 15 Sep 2010 06:38:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 06:38:57 -0000 Received: (qmail 61142 invoked by uid 500); 15 Sep 2010 06:38:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 60831 invoked by uid 500); 15 Sep 2010 06:38:51 -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 60823 invoked by uid 99); 15 Sep 2010 06:38:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 06:38:50 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chewbranca@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 06:38:42 +0000 Received: by qyk31 with SMTP id 31so7555828qyk.11 for ; Tue, 14 Sep 2010 23:38:19 -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=wxEmZRyls6Nrws2vZjp1qFnGHC+rxghfGs9loBx24kI=; b=UT6BvnrweMQI4UWFEMDnYGMnCtI1khbAz6INGJkI6vbvGWxdJm75qryy5fp/EYP2dv Q/nJyuTDUdnLDxnzz6bt8SET+XC/tKHZstskKpskrcHAgTQ4Jhpjo6mGwewlgRvbkwbk J0cAInvWSTTo3paFtq+IpG8L7LPZCaejFe6QY= 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=g3LwO/nT6WKQgTL9Sn6GDimb9ng6YqLueUKS0qWNkvjcErdTKHvXBDbh/zs+y1JZ1v u7+q5Vac8/TWuOy+GftMbsTmnHHDAe8ct6VUfA6YDW6hsu4/3ozVkbboz5SX/m6Pfj4a Tv03rv8EjYLyrmaD8+QWa0HLu61QtJqyW/sj8= MIME-Version: 1.0 Received: by 10.229.75.1 with SMTP id w1mr764103qcj.100.1284532699838; Tue, 14 Sep 2010 23:38:19 -0700 (PDT) Received: by 10.229.181.137 with HTTP; Tue, 14 Sep 2010 23:38:19 -0700 (PDT) In-Reply-To: References: <78E29CEF-81EA-472C-8D8D-EAD0D3E5063D@purplebulldog.com> Date: Tue, 14 Sep 2010 23:38:19 -0700 Message-ID: Subject: Re: SproutCore as CouchApp From: Russell Branca To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Keep us posted on how this works for you. I would love to see a blog post about the end result and what it took to make it happen. I'm very intrigued by the idea of having a full javascript application stack. CouchDB, Node.js and jQuery take you a long way, but its still missing a solid javascript UI framework to finish off the stack, which is where something like sproutcore would be great. I'm also especially interested in sproutcore with today's news that Yehuda Katz and Carl Lerche both left engine yard to go work on sproutcore. Very excited to see what happens. -Russell On Tue, Sep 14, 2010 at 11:27 PM, Benoit Chesneau wrote: > On Sunday, September 12, 2010, Ido Ran wrote: >> I'll be glad to, but I'm not sure how to get the trace. >> There was no output in the command line. >> >> Ido >> > > try to run couchapp push with -v, there is also a debug setting now > that could help. >