RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

stimulus_grid_rails: user editable data grid for Rails + Hotwire

I just released stimulus_grid_rails v0.1.0 — Rails + Hotwire bindings for a server-driven, multi-user editable data grid over Turbo Streams and Action Cable. No React, no client-side grid framework, no JS build step.

Define columns once in Rails, render a partial, and get live editable cells with optimistic updates, validation, conflict handling, computed columns, row create/delete, bulk paste, undo/redo, tenant-scoped streams, and windowed loading for 50–100K+ rows.

Install with bundle add stimulus_grid_rails.

Gem: https://rubygems.org/gems/stimulus_grid_rails
Source + docs: https://github.com/schappim/stimulus_grid

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in