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

Feature: Rails 7 #1147

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Feature: Rails 7 #1147

wants to merge 14 commits into from

Conversation

PhilipDeFraties
Copy link
Collaborator

JIRA issue link

Description - what does this code do?

Testing done - how did you test it/steps on how can another person can test it

Screenshots, Gifs, Videos from application (if applicable)

Link to mock-ups/mock ups (image file if you have it) (if applicable)

Acceptance criteria

  • [ ]

Definition of done

  • Unit tests written (if applicable)
  • e2e/accessibility tests written (if applicable)
  • Events are logged appropriately
  • Documentation has been updated, if applicable
  • A link has been provided to the originating JIRA issue
  • No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs

@camillevilla camillevilla changed the title Upgrade spring gem in preparation for Rails 7 Feature: Rails 7 Dec 20, 2024
* Apply changes from Rails 7 app:update

- Updated configuration files to align with Rails 7 defaults, many are just updating commented examples/instructions or replacing single quotes with double.
- Updated Redis caching configuration in development and test environments.
- remove sidekiq as queue adapted in env configs
- Applied updates to logging, caching, and middleware configurations for improved performance and maintainability.
- Updated schema.rb to reflect changes introduced by Rails 7, previously set precision values removed will be added back via migration in next commit

* Reapply timestamp precision values

precision values were removed via app:update command as per rails 7 update

va_facilities and visns tables previously had precision set to 11 which is outside the supported range of 0-6, so reimplementing with the max of 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants