Skip to content

Instantly share code, notes, and snippets.

@pmoran
Created January 20, 2011 11:13
Show Gist options
  • Save pmoran/787751 to your computer and use it in GitHub Desktop.
Save pmoran/787751 to your computer and use it in GitHub Desktop.
CouchRest.database("http://localhost:5984/messages")
db.save_doc({text: "first message", requested_at: Time.now, priority: "medium"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment