Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

que-view

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

que-view

  • 0.4.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 08 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc