chrismccord/render_sync
Real-time Rails Partials observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4897
- days_rel: n/a
- days_push: 2657
- n_releases_24m: 0
Adoption not part of the score
1385 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem for Rails that renders partials which update in real time in the browser when the underlying models change on the server. It works via a sync DSL and controller helpers, pushing updates over Faye or Pusher pub/sub channels with no custom client JavaScript.
Use cases
- update rails partials in realtime when models change
- push server-side view updates to browsers without a JS framework
- remove DOM elements automatically when a record is destroyed
- append newly created records to lists live
- add realtime features to a standard rails app without client-side MVC
When to choose
- you have a traditional Rails 3/4 app with jQuery and want realtime view updates with minimal code
- you prefer server-rendered partials over a heavy client-side framework
- you already use or are willing to run Faye or Pusher for pub/sub
When to avoid
- you are on Rails 5+ where ActionCable is the standard solution
- you need a maintained library - the last release was 2019 and the project appears inactive
- your frontend is a modern SPA or uses frameworks other than jQuery
Facets
library · maturity abandoned
web-framework websocket middleware web-development backend ruby rails real-time-partials faye pusher pubsub server-rendered-views real-time web-server
1 source
- readme: https://github.com/chrismccord/render_sync · fetched 2026-08-28 · 291c232eef07
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chrismccord/render_sync | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="chrismccord/render_sync")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem