Skip to content
railsengines.com

Hotsheet

Manage your Rails database through a spreadsheet-like interface

No ratings yet
Gem
hotsheet
Repository
renuo/hotsheet
License
MIT
Stars
123
Added
August 19, 2026

About

Manage your Rails database through a spreadsheet-like interface.

You can configure which models ('sheets') this gem should manage, and specify which database columns should be editable or viewable in the spreadsheet. This can be done by editing the config/initializers/hotsheet.rb file created by the install command:

What you get

  • Look at and modify your DB within the app itself (no rails console required!).
  • Give controlled DB access to your admin users without having to create CRUD views for each table.
  • Lightweight and fast. We keep usage simple and configuration to the minimum.

Installing it

ruby
# Gemfile
gem "hotsheet"

Details

123 stars on GitHub · MIT licensed · maintained by renuo. Source: https://github.com/renuo/hotsheet

Discussion (0)

Sign in to join the discussion.

No comments yet.