Rake UI
A Rails Engine to Manage Rake Tasks
No ratings yet
- Gem
- rake-ui
- Repository
- doximity/rake-ui
- License
- Apache-2.0
- Stars
- 54
- Added
- August 15, 2026
About
A Rails Engine to Manage Rake Tasks
This tool is built to enable developer productivity in development. It exposes rake tasks through a UI.
What you get
- GET /rake_tasks(.html/.json) - list all available rake tasks
- GET /rake_tasks/:id(.html/.json) - list info a single tasks
- POST /rake_tasks/:id/execute - execute a rake task
- GET /rake_task_logs(.html/.json) - list rake task history
- GET /rake_task_logs/:id(.html/.json) - list a single rake task history
Mounting it
ruby
# Gemfile
gem "rake-ui"
# config/routes.rb
mount RakeUi::Engine, at: "/rake-ui"
Details
54 stars on GitHub · Apache-2.0 licensed · maintained by doximity. Source: https://github.com/doximity/rake-ui
Discussion (0)
Sign in to join the discussion.
No comments yet.