/activejob-web

This repository contains the source code of activejob-web gem

Primary LanguageRubyApache License 2.0Apache-2.0

Activejob::Web

ActiveJob::Web is a Rails engine that provides a web-based dashboard for managing and monitoring background job processing in a Ruby on Rails application.

Usage

rails plugin new activejob-web --full

Installation

Add this line to your application's Gemfile:

gem "activejob-web"

And then execute:

$ bundle install

Or install it yourself as:

$ gem install activejob-web

Contributing

Contribution directions go here.

License

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