backbone_sync-rails 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +0 -2
- data/lib/backbone_sync-rails/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -29,8 +29,6 @@ This assumes you already have a Backbone.js + Rails app.
|
|
|
29
29
|
//= require backbone_sync-rails/rails_faye_subscriber
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
(Until I rewrite it, one of 'em uses coffeescript, so you'll need that.)
|
|
33
|
-
|
|
34
32
|
4. Open a connection to Faye from your clients, somewhere on your page (in the layout?):
|
|
35
33
|
|
|
36
34
|
```eruby
|