Sha256: 000ec1a545e414de2a04bfa911fca5719fd965b148cbef878bd8b72248c11643
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
### resque-web\_no\_act A child-proofed version of the Resque web interface that's safe to use by less trustworthy personnel. You get all the same information as the regular interface, but can't delete or retry anything. The interface looks the same, even all the buttons are there, but they just redirect to an ```Access Denied``` page. __Caution__: Resque plugins that aren't covered here will still be able to manipulate queues. Covered: - Resque::Server - Resque::Retry - Resque::Scheduler - Resque::History - Resque::Cleaner #### Install Only mounting via routes is available, not standalone executable. routes.rb ```ruby mount Resque::ServerNoAct.new, :at => "/resque_no_act" ``` #### Contributing to resque-web\_no\_act - Let me know if you need any additional plugins covered, or: - fork and send a request #### Copyright Copyright (c) 2012 Rainer Kuhn. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
resque-web_no_act-0.2.2 | README.md |