From cc4d2a11a7525d0cfea6c3fdf7ab6decda09a1b8 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Sat, 2 Jun 2018 15:14:01 +0200 Subject: [PATCH] Restore ActiveJob default async queue adapter in dev env --- config/environments/development.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 0c7f9d2..1888e36 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -67,6 +67,4 @@ Rails.application.configure do # Use an evented file watcher to asynchronously detect changes in source code, # routes, locales, etc. This feature depends on the listen gem. config.file_watcher = ActiveSupport::EventedFileUpdateChecker - - config.active_job.queue_adapter = :inline end