RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Testing Rails Background Workers

The addition of Active Job to Rails gave developers a single, unified interface for a number of popular background processing frameworks including Sidekiq, Resque, and Delayed Job. In this post, we’ll look at a step-by-step process for testing your workers from top to bottom using Active Job and Minitest.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in