From 361984454344574e4af010d25583c44ed8082a23 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas
Date: Tue, 1 Feb 2011 10:00:29 -0500
Subject: [PATCH] Adding CloudEdit as an example.
---
index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 8a66f389..597163fc 100644
--- a/index.html
+++ b/index.html
@@ -1854,8 +1854,9 @@ var DocumentView = Backbone.View.extend({
James Yu used Backbone.js to
create QuietWrite, an app
that gives writers a clean and quiet interface to concentrate on the text itself.
- It also works great on the iPad. The editor relies on
- Backbone to persist document data to the server.
+ The editor relies on Backbone to persist document data to the server. He
+ followed up with a Backbone.js + Rails tutorial that describes how to implement
+ CloudEdit, a simple document editing app.