Skip to content

Instantly share code, notes, and snippets.

@andywenk
Created May 15, 2014 22:10
Show Gist options
  • Select an option

  • Save andywenk/8d862a538b5e08fb2d11 to your computer and use it in GitHub Desktop.

Select an option

Save andywenk/8d862a538b5e08fb2d11 to your computer and use it in GitHub Desktop.
view
curl http://localhost:15984/bigcouch_is_awesome/_design/big/
{"_id":"_design/big","_rev":"1-1405e501441096482d6216e789ed3d15","language":"javascript","views":{"all":{"map":"function(doc) {\n emit(null, doc);\n}"}}}
curl http://localhost:15984/bigcouch_is_awesome/_design/big/_view/all
{"error":"function_clause","reason":null,"stack":["chttpd:send_delayed_error/2 L629","couch_mrview_http:view_cb/2 L291","fabric_view_map:handle_message/3 L65","rexi_utils:process_mailbox/6 L36","fabric_view_map:go/6 L42","couch_httpd:etag_maybe/2 L567","chttpd_view:design_doc_view/5 L55","chttpd:handle_request/1 L209"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment