We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dea30 commit dedac7cCopy full SHA for dedac7c
README.md
@@ -1,6 +1,18 @@
1
# RakeUi
2
Rake UI is a Rails engine that enables the discovery and execution rake tasks in a UI.
3
4
+
5
+
6
+## Routes
7
8
+NOTE: Relative to mountpoint in application
9
10
+ - GET /rake_tasks(.html/.json) - list all available rake tasks
11
+ - GET /rake_tasks/:id(.html/.json) - list info a single tasks
12
+ - POST /rake_tasks/:id/execute - execute a rake task
13
+ - GET /rake_task_logs(.html/.json) - list rake task history
14
+ - GET /rake_task_logs/:id(.html/.json) - list a single rake task history
15
16
## Installation
17
Add this line to your application's Gemfile:
18
README_example.gif
1.48 MB
0 commit comments