https://github.com/hopsoft/cable_ready_todomvc
  
  
    Rails implementation of TodoMVC using the CableReady GEM instead of a heavy SPA framework 
    https://github.com/hopsoft/cable_ready_todomvc
  
action-cable ruby-on-rails single-page-app todomvc
        Last synced: about 2 months ago 
        JSON representation
    
Rails implementation of TodoMVC using the CableReady GEM instead of a heavy SPA framework
- Host: GitHub
 - URL: https://github.com/hopsoft/cable_ready_todomvc
 - Owner: hopsoft
 - Created: 2017-10-28T13:30:43.000Z (about 8 years ago)
 - Default Branch: master
 - Last Pushed: 2018-09-08T21:57:44.000Z (about 7 years ago)
 - Last Synced: 2025-03-29T09:25:01.610Z (7 months ago)
 - Topics: action-cable, ruby-on-rails, single-page-app, todomvc
 - Language: Ruby
 - Homepage:
 - Size: 119 KB
 - Stars: 1
 - Watchers: 2
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          [](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)
# [CableReady](https://github.com/hopsoft/cable_ready) TodoMVC
## A Server Rendered Single Page App
An implementation of the [TodoMVC application](http://todomvc.com) created with [Ruby on Rails](http://rubyonrails.org).
- One way data flow similar to React
- Perform all rendering server-side with familiar Rails views
- Re-render the entire page or a specific section or component
- Leverage client side DOM diffing for fast DOM mutations
- Works perfectly with standard Rails practices & patterns
- Uses [ActionCable](http://guides.rubyonrails.org/action_cable_overview.html)
  & [CableReady](https://github.com/hopsoft/cable_ready) for lightning fast changes
- No JavaScript frameworks required 😂
> Welcome to the new world. *-William Thatcher*
[See the live demo.](http://165.227.16.103)
[View the code diff](https://github.com/hopsoft/cable_ready_todomvc/compare/112b4ebe0bd86ff029f5d1865eeed71d8f9aacc9...master)
from a `rails new` setup.
---