0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
Sidekiq integration plugin for the Trestle admin framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8
~> 0.2, >= 0.2.3
 Project Readme

Trestle Sidekiq Integration (trestle-sidekiq)

Sidekiq integration plugin for the Trestle admin framework

Getting Started

These instructions assume you have a working Trestle application. To integrate trestle-sidekiq, first add it to your application's Gemfile:

gem 'trestle-sidekiq'

Run bundle install, and then restart your Rails server. You will then be able to access the Sidekiq dashboard by accessing /admin/sidekiq or by clicking the Sidekiq button in the Trestle header.

Trestle-sidekiq will hook into the trestle-auth plugin to ensure that the Sidekiq dashboard can only be accessed by authenticated users.

License

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