- 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;
gem 'sidekiq_admin_enquerer'bundle install
# --- or ---
gem install sidekiq_admin_enquererrequire 'sidekiq_admin_enquerer'- it is assumed that you are using
Rails;
# config/initializers/sidekiq.rb
# ...your sidekiq configs...
SidekiqAdminEnquerer.load- navigate to
/your-sidekiq-path/enquerer
- full build (
rubocop=>rspec)
bundle exec rake- code style check (
rubocop):
bundle exec rake rubocop- tests (
rspec):
bundle exec rake rspecReleased under MIT License.