RailsConf 2015 - ActiveJob: A Service Oriented Architecture
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=60LH3em78V8
By, Andy Croll
Running tasks outside the request-response loop is a must in modern web apps.
ActiveJob is a great addition to Rails (in 4.2) providing a standard interface to various asynchronous gems (Delayed_Job/Sidekiq etc). Has it also ushered in something else? A way to do 'Service Objects' the 'Rails Way'?