{"id":29551334,"url":"https://github.com/doximity/rake-ui","last_synced_at":"2025-07-18T04:05:41.196Z","repository":{"id":40009141,"uuid":"335013954","full_name":"doximity/rake-ui","owner":"doximity","description":"A Rails Engine to Manage Rake Tasks","archived":false,"fork":false,"pushed_at":"2024-04-01T12:25:00.000Z","size":40227,"stargazers_count":43,"open_issues_count":12,"forks_count":10,"subscribers_count":63,"default_branch":"master","last_synced_at":"2025-04-01T16:57:12.910Z","etag":null,"topics":["admin","rails","rake","rake-ui"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doximity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-01T16:34:15.000Z","updated_at":"2025-02-02T09:53:25.000Z","dependencies_parsed_at":"2025-02-26T09:12:01.489Z","dependency_job_id":"7ecbc68b-2612-4003-ad14-2c86e91f3e60","html_url":"https://github.com/doximity/rake-ui","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/doximity/rake-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Frake-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Frake-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Frake-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Frake-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doximity","download_url":"https://codeload.github.com/doximity/rake-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Frake-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265698016,"owners_count":23813124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","rails","rake","rake-ui"],"created_at":"2025-07-18T04:05:39.010Z","updated_at":"2025-07-18T04:05:41.169Z","avatar_url":"https://github.com/doximity.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RakeUi\nRake UI is a Rails engine that enables the discovery and execution rake tasks in a UI.\n\n![Example](./README_example.gif)\n\n## Routes\n\nNOTE: Relative to mountpoint in application\n\n - GET /rake_tasks(.html/.json) - list all available rake tasks\n - GET /rake_tasks/:id(.html/.json) - list info a single tasks\n - POST /rake_tasks/:id/execute - execute a rake task\n - GET /rake_task_logs(.html/.json) - list rake task history\n - GET /rake_task_logs/:id(.html/.json) - list a single rake task history\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rake-ui'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install rake-ui\n```\n\nonce it is installed, mount the engine\n```rb\nRails.application.routes.draw do\n  # only mounting when defined will allow us only include in development/test\n  if defined? RakeUi::Engine\n    mount RakeUi::Engine =\u003e \"/rake-ui\"\n  end\nend\n```\n\n### Securing RakeUi\n\nThis tool is built to enable developer productivity in development.  It exposes rake tasks through a UI.\n\nThis tool will currently not work in production because we add a guard in the root controller to respond not found if the environment is development or test. You may override this guard clause with the following configuration.\n\n```rb\nRakeUi.configuration do |config|\n  config.allow_production = true\nend\n```\n\nWe recommend adding guards in your route to ensure that the proper authentication is in place to ensure that users are authenticated so that if this were ever to be rendered in production, you would be covered.  The best way for that is [router constraints](https://guides.rubyonrails.org/routing.html#specifying-constraints)\n\n## Testing\n\n`bundle exec rake test`\n\nTo iterate on this fast i normally install nodemon, you can also use guard minitest.\n\n```\n# Example with nodemon, you don't have to use this\nnpm install -g nodemon\n\n# Running a single test whenever models change\nnodemon -w ./app/models/*  -e \"rb\" --exec \"rake test TEST=test/rake_ui/rake_task_log_test.rb\"\n```\n\n## Contributing\nSee [CONTRIBUTING](./CONTRIBUTING.md)\n\n## License\nThe gem is available as open source under the terms of the [Apache 2.0 License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoximity%2Frake-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoximity%2Frake-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoximity%2Frake-ui/lists"}