Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS-9862 Ruby on Rails Upgrade Preparation : Migration #19645

Conversation

adeherdt-r7
Copy link
Contributor

@adeherdt-r7 adeherdt-r7 commented Nov 14, 2024

Description

Updating the logic in the Msf::DbManager::Migration to adhere to modern Rails standards and no longer manually control the connection. The connection pool and handling is fully controlled by ActiveRecord, which has a better understanding of what needs to be done than we do.

Verification

Updating the logic in the `Msf::DbManager::Migration` to adhere to modern Rails standards and no longer manually control the connection. The connection pool and handling is fully controlled by ActiveRecord, which has a better understanding of what needs to be done than we do.
@adeherdt-r7 adeherdt-r7 force-pushed the MS-9862-rails-upgrade-preparation-migration-manager branch from 482231c to b80bd25 Compare November 14, 2024 10:37
@adeherdt-r7 adeherdt-r7 marked this pull request as ready for review November 14, 2024 10:38
@adeherdt-r7 adeherdt-r7 added blocked Blocked by one or more additional tasks and removed blocked Blocked by one or more additional tasks labels Nov 14, 2024
@adeherdt-r7 adeherdt-r7 merged commit de39b69 into rapid7:master Nov 15, 2024
70 checks passed
@adeherdt-r7 adeherdt-r7 deleted the MS-9862-rails-upgrade-preparation-migration-manager branch November 15, 2024 07:44
@smcintyre-r7 smcintyre-r7 added the rn-no-release-notes no release notes label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-no-release-notes no release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants