Skip to content

Repository files navigation

ActiveJob::Disable

Gem Version CircleCI

An ActiveJob queue adapter that disables delayed job.

Installation

Add this line to your application's Gemfile:

gem 'active_job-disable'

And then execute:

$ bundle

Usage

Add this line to your application.rb:

config.active_job.queue_adapter = :disable

After that, ActiveJob::Disable:DisabledError is thrown if you call perform_later or deliver_later.

License

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

About

An ActiveJob queue adapter that disables delayed job.

Resources

Stars

2 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages