-
Howto: Using Active Job with Resque
Here's how you can use activejob with a resque backend. Resque uses redis as a storage backend so you'll need a redis server instance running. For this howto I'm using a resque stable version (< 2.0). 1. Create a new rails app (skip this if you're adding support for…