-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Upgrade activerecord to 7.2 and refactor code for new version #3202
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
Merged
zinduolis
merged 24 commits into
beefproject:master
from
zinduolis:activerecord_upgrade_to_7_2
Nov 6, 2024
Merged
Upgrade activerecord to 7.2 and refactor code for new version #3202
zinduolis
merged 24 commits into
beefproject:master
from
zinduolis:activerecord_upgrade_to_7_2
Nov 6, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To apply the activerecord upgrade, requires ruby version upgrade. Investigating. |
The PR is running with the old ruby version (3.0.3) that is cached somewhere. I'm investigating. |
It looks like the GitHub actions are running of master branch where the older ruby version is specified. I'll raise a separate PR to update GitHub actions and then continue with this one. |
Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](jsdoc2md/jsdoc-to-markdown@v9.0.4...v9.0.5) --- updated-dependencies: - dependency-name: jsdoc-to-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…nd_yarn/jsdoc-to-markdown-9.0.5 Bump jsdoc-to-markdown from 9.0.4 to 9.0.5
Update GitHub workflow for Browserstack testing
…uolis/beef into activerecord_upgrade_to_7_2
…uolis/beef into activerecord_upgrade_to_7_2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Thanks for submitting a PR! Please fill in this template where appropriate:
Category
Bug
Feature/Issue Description
Q: Please give a brief summary of your feature/fix
A: Upgrade activerecord to 7.2 and refactor code for new version
Q: Give a technical rundown of what you have changed (if applicable)
A: Fix activerecord migration code to be compatible with the new version and upgrade the version of activerecord
Test Cases
Q: Describe your test cases, what you have covered and if there are any use cases that still need addressing.
A: bundle exec rake, debug modules, browserstack tests.
Wiki Page
If you are adding a new feature that is not easily understood without context, please draft a section to be added to the Wiki below.