Socket
Book a DemoInstallSign in
Socket

solid_queue_ui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid_queue_ui

0.1.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

SolidQueueUi

I wanted to setup a quick UI to see jobs run by solid_queue. It's currently very barebones.

Usage

This gem heavily mimics the implementation of the Sidekiq UI. To view the jobs, here's what to do:

Update config/routes.rb to mount SolidQueueUI::Web like so:

  Rails.application.routes.draw do
    mount SolidQueueUi::Web => '/solid_queue_ui'

    # all your routes.
  end

The main page should be now visible at your_url/solid_queue_ui as specified. You can use any string after the slash and it will work accordingly.

This is the first version. Wanted to release this and make improvements. There's no polling, turbo refreshes, other tables, editing, sorting, NO TESTS, etc. Just wanted to put this out first.

Installation

Add this line to your application's Gemfile:

gem "solid_queue_ui"

And then execute:

$ bundle

Or install it yourself as:

$ gem install solid_queue_ui

Contributing

You can just fork and submit a PR for your issue.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 12 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.