Command Deck
Command Deck is a tiny, dev-only Rails engine that gives you a floating panel to run custom actions and quick admin tasks without opening Rails console
No ratings yet
- Gem
- command_deck
- Repository
- crow-rojas/command_deck
- License
- MIT
- Stars
- 21
- Added
- August 10, 2026
About
Command Deck is a tiny, dev-only Rails engine that gives you a floating panel to run custom actions and quick admin tasks without opening Rails console.
Convenient, unobtrusive, dev-oriented Rails engine that allows you to run custom actions and quick admin tasks through a floating panel without opening the Rails console.
What you get
- Discovers panel files in
app/command_deck/**/*.rbandpacks/**/command_deck/**/*.rb - Adds them to autoload paths
- Inserts middleware when
COMMAND_DECK_ENABLED=truein development - Stays completely inactive in production
Mounting it
ruby
# Gemfile
gem "command_deck"
# config/routes.rb
mount CommandDeck::Engine, at: "/command-deck"
Details
21 stars on GitHub · MIT licensed · maintained by crow-rojas. Source: https://github.com/crow-rojas/command_deck
Discussion (0)
Sign in to join the discussion.
No comments yet.