Sha256: cd6178e416c932e907237712db2292189cbad6552f1b52c16f79192cccfac942
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
# que-web que-web is a web UI to the [Que](https://github.com/chanks/que) job queue. ![Que Web](https://raw.githubusercontent.com/statianzo/que-web/master/doc/queweb.png) ## Installation Add this line to your application's Gemfile: ```ruby gem 'que-web' ``` And then execute: $ bundle Or install it yourself as: $ gem install que-web ## Usage In your `config.ru` add ```ruby require "que/web" map "/que" do run Que::Web end ``` Or in Rails `config/routes.rb` ```ruby require "que/web" mount Que::Web => "/que" ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
que-web-0.1.0 | README.md |