Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
/ activejob_backport Public archive

Active Job backported to Rails 4.0 and 4.1

License

Notifications You must be signed in to change notification settings

ankane/activejob_backport

Repository files navigation

Active Job

Active Job backported to Rails 4.0 and 4.1

gem 'activejob_backport'

And create config/initializers/active_job.rb with:

ActiveJob::Base.queue_adapter = :inline # default queue adapter
# Adapters currently supported: :backburner, :delayed_job, :qu, :que, :queue_classic,
#                               :resque, :sidekiq, :sneakers, :sucker_punch

See how to use Active Job and the official repo

Build Status

About

Active Job backported to Rails 4.0 and 4.1

Resources

License

Stars

Watchers

Forks

Packages

No packages published