Solid Queue is a DB-based queuing backend for Active Job, designed with simplicity and performance in mind. In this episode, we'll look at exploring Solid Queue and and option for a graphical interface to view the jobs.
ActiveJob is a built in wrapper within Rails 4 for your background processors. By adding this layer to your application, swapping background processors is much easier as you will only be affecting a limited number of files.