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!

Working Hard or Hardly Working, Part 1: Active Job

Background jobs can be hard to tackle when you’ve never written one before. A good introduction to asynchronous processes is Rails 4.2’s Active Job, which easily integrates with Action Mailer. This blog post explains the basics of inline vs. asynchronous processes, and walks thorough integrating a mailer into a background process.

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