Sha256: d9c2e32b10bf31a8377031fca3573cab77fa7159844a55c80b4d93cbddd953b4

Contents?: true

Size: 594 Bytes

Versions: 3

Compression:

Stored size: 594 Bytes

Contents

# que-web ![Travis](https://travis-ci.org/statianzo/que-web.svg)

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

3 entries across 3 versions & 1 rubygems

Version Path
que-web-0.2.2 README.md
que-web-0.2.1 README.md
que-web-0.2.0 README.md