New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sidekiq_admin_enquerer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sidekiq_admin_enquerer

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sidekiq_admin_enquerer


  • Installation
  • Usage
  • Development
  • License
  • Authors

TODO:

  • job invocation form redesign;
  • interactive UI tabs for each performing method (sidekiq's UI has no jquery and bootstrap-js integrations);
  • job invocation rework (support for kwarg invocation and analysis of passed attributes);
  • specs;

Installation

gem 'sidekiq_admin_enquerer'
bundle install
# --- or ---
gem install sidekiq_admin_enquerer
require 'sidekiq_admin_enquerer'

Usage

  • it is assumed that you are using Rails;
# config/initializers/sidekiq.rb

# ...your sidekiq configs...

SidekiqAdminEnquerer.load
  • navigate to /your-sidekiq-path/enquerer

Development

  • full build (rubocop => rspec)
bundle exec rake
  • code style check (rubocop):
bundle exec rake rubocop
  • tests (rspec):
bundle exec rake rspec

License

Released under MIT License.

Authors

Rustam Ibragimov

FAQs

Package last updated on 24 Jul 2023

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc