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

ankane/activejob_backport

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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