Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15A089228 for ; Wed, 1 Feb 2012 23:16:57 +0000 (UTC) Received: (qmail 72772 invoked by uid 500); 1 Feb 2012 23:16:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 72588 invoked by uid 500); 1 Feb 2012 23:16:54 -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 72580 invoked by uid 99); 1 Feb 2012 23:16:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 23:16:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ziggythehamster@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 23:16:47 +0000 Received: by bkar19 with SMTP id r19so2071715bka.11 for ; Wed, 01 Feb 2012 15:16:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Hcz8+1015HBRWqf9syIUiC2gaF8idou3ycQjCZRJzJU=; b=ePxByQFlGYIkdglndvn+cZ4HQUz03Bc4ZgQvGISz0GuOwtVYF//pEsHCnCiXh+KiPV 2wPES6P2TSpgHOOPMDe3PisP6jvvNbtFHTqaNvkL3acsmgnWkrf/SlYVxagVPpaXo3LM l7aVfdGihxcUaI1B78CBMeWkFdlp9sGB8FthQ= MIME-Version: 1.0 Received: by 10.204.136.197 with SMTP id s5mr275300bkt.9.1328138187354; Wed, 01 Feb 2012 15:16:27 -0800 (PST) Sender: ziggythehamster@gmail.com Received: by 10.205.133.148 with HTTP; Wed, 1 Feb 2012 15:16:27 -0800 (PST) In-Reply-To: References: Date: Wed, 1 Feb 2012 17:16:27 -0600 X-Google-Sender-Auth: Zelz03BnOhJesIb9JFaOttGnDW4 Message-ID: Subject: Re: new ReferenceError(options is not defined) From: Keith Gable To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0015175cfbb0deb0f804b7ef445f X-Virus-Checked: Checked by ClamAV on apache.org --0015175cfbb0deb0f804b7ef445f Content-Type: text/plain; charset=ISO-8859-1 Right, but if you're getting an error from CouchDB that contains CoffeeScript, then clearly CouchDB is attempting to execute CoffeeScript as JavaScript, which isn't valid. --- Keith Gable A+ Certified Professional Network+ Certified Professional Storage+ Certified Professional Web Developer On Wed, Feb 1, 2012 at 11:58 AM, Mark Hahn wrote: > And technically, coffeescript isn't part of node. It is just javascript > which runs anywhere, like the browser. I even write my couchdb views in > coffeescript. Works great. > > Think of it as complex editor macros. > --0015175cfbb0deb0f804b7ef445f--