Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ que-view Public archive
forked from kortirso/que-view

Rails engine as web interface for Que

License

Notifications You must be signed in to change notification settings

ennova/que-view

 
 

Repository files navigation

Que::View

Rails engine inspired by Que::Web for Que job queue. SQL queries came from Que::Web, some styling from there too.

Benefits for using this one:

  • no Sinatra (que-web based on Sinatra),
  • no Foundation for styles (and no external styles at all),
  • no jQuery (and no java scripts at all),
  • Que::Web was last updated 2 years ago.
Снимок экрана 2024-03-03 в 08 28 09 Снимок экрана 2024-03-03 в 08 27 47 Снимок экрана 2024-03-03 в 23 09 57

Installation

Add this line to your application's Gemfile:

gem 'que'
gem 'que-view'

And then execute:

$ bundle install

Configuration

You can configure username/password for production web view. Add this lines to config/initializers/que_view.rb

Que::View.configure do |config|
  config.ui_username = 'username'
  config.ui_password = 'password'
  config.ui_secured_environments = ['production']
end

Usage

Add this line to config/routes.rb

mount Que::View::Engine => '/que_view'

Add this line to assets/config/manifest.js

//= link que/view/application.css

License

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

About

Rails engine as web interface for Que

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 56.8%
  • HTML 30.0%
  • CSS 13.1%
  • JavaScript 0.1%