Skip to content

Resolve "Fix problematic Database/MultipleDatabases offenses"

What does this MR do and why?

We need to stop using ActiveRecord::Base. The connection/transaction from this class is not compatible with the multiple database project.

In this MR, I am fixing where we have the rubocop rule Database/MultipleDatabases ignored. I am removing the ActiveRecord::Base connection and using the proper one.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #335808 (closed)

Edited by Diogo Frazão

Merge request reports