{"id":21898827,"url":"https://github.com/queueclassic/queue_classic_admin","last_synced_at":"2025-10-15T17:03:02.591Z","repository":{"id":679263,"uuid":"10955179","full_name":"QueueClassic/queue_classic_admin","owner":"QueueClassic","description":"An admin interface for QueueClassic","archived":false,"fork":false,"pushed_at":"2024-10-07T21:23:15.000Z","size":276,"stargazers_count":23,"open_issues_count":4,"forks_count":18,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T23:51:11.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QueueClassic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-06-26T01:31:22.000Z","updated_at":"2022-06-05T12:49:31.000Z","dependencies_parsed_at":"2024-11-28T14:36:52.920Z","dependency_job_id":"00e3b38d-d79e-4c49-992f-98bdd4e00770","html_url":"https://github.com/QueueClassic/queue_classic_admin","commit_stats":null,"previous_names":["rainforestapp/queue_classic_admin"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QueueClassic%2Fqueue_classic_admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QueueClassic%2Fqueue_classic_admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QueueClassic%2Fqueue_classic_admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QueueClassic%2Fqueue_classic_admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QueueClassic","download_url":"https://codeload.github.com/QueueClassic/queue_classic_admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249131777,"owners_count":21217802,"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":[],"created_at":"2024-11-28T14:34:33.458Z","updated_at":"2025-10-04T12:22:15.587Z","avatar_url":"https://github.com/QueueClassic.png","language":"Ruby","readme":"# Queue Classic Admin\n\n[![Build Status](https://travis-ci.org/QueueClassic/queue_classic_admin.svg)](https://travis-ci.org/QueueClassic/queue_classic_admin)\n\nAn admin interface for the [queue_classic](https://github.com/QueueClassic/queue_classic) gem.\n\n**IMPORTANT**: this branch is for queue_classic 4.0. Support for queue_classic-later has been removed and replaced by queue_classic 3.1's implementation of scheduling instead.  See the [queueclassic-2-support](https://github.com/QueueClassic/queue_classic_admin/tree/queueclassic-2-support) and [queueclassic-3-support](https://github.com/QueueClassic/queue_classic_admin/tree/queueclassic-3-support) branches for prior version support.\n\n![qc admin](https://f.cloud.github.com/assets/148622/865030/9b1b2610-f62e-11e2-8908-8c271bfe0f6c.png)\n\n# Features\n\n* Support for QueueClassic 3.1's future job scheduling: **enqueue_at()** and **enqueue_in()**\n* Support for custom columns\n* Delete entire queues\n* Delete jobs\n* Search\n\n\n# Install\n\nCopy and run the migrations\n\n    rake queue_classic_admin:install:migrations\n    rake db:migrate\n\nMount in your rails app config/routes.rb file\n\n    mount QueueClassicAdmin::Engine =\u003e \"/queue_classic_admin\"\n\nAdd the following asset dependencies to your Gemfile\n\n```ruby\ngem \"twitter-bootstrap-rails\"\ngem \"jquery-rails\"\n```\n\n# Configuration\n\n## Custom searchable fields\n\n```ruby\nQueueClassicJob.searchable_columns \u003c\u003c :my_custom_fields\n\n```\n\n## Custom job action\n\n```ruby\nQueueClassicAdmin.add_custom_action \"Retry\" do |job|\n  job.q_name = \"low\"\n  job.save!\nend\n```\n\n## Custom action on matching jobs\n\n```ruby\nQueueClassicAdmin.add_bulk_custom_action \"Retry\" do |jobs|\n  jobs.update_all(q_name: \"low\")\nend\n```\n\n# Development\n\n```bash\ngit clone git@github.com:rainforestapp/queue_classic_admin.git\n```\n\nYou can develop with POW by configuring it like so:\n\n```bash\nln -s $PWD/spec/dummy ~/.pow/qc-admin\n(cd spec/dummy \u0026\u0026 bundle exec rake db:create:all db:migrate)\n# Run the engine's migration.\nbundle exec rake db:migrate\n(cd spec/dummy \u0026\u0026 bundle exec rake db:schema:dump)\n```\n\nThen go to [http://qc-admin.dev/](http://qc-admin.dev/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueueclassic%2Fqueue_classic_admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueueclassic%2Fqueue_classic_admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueueclassic%2Fqueue_classic_admin/lists"}