You can temporarily install a queue adapter in a string.
Now your code in application.rbwill look something like this:
Rails.application.config.active_job.queue_adapter = :sidekiq
Just comment out the line
This will start your work on line and you will see the results in the console.
source
share