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

[VETS-API] Fix Deprecation Warnings ahead of Rails 7.2 #98145

Open
1 of 5 tasks
ryan-mcneil opened this issue Dec 2, 2024 · 0 comments
Open
1 of 5 tasks

[VETS-API] Fix Deprecation Warnings ahead of Rails 7.2 #98145

ryan-mcneil opened this issue Dec 2, 2024 · 0 comments

Comments

@ryan-mcneil
Copy link
Contributor

ryan-mcneil commented Dec 2, 2024

There are a handful of DEPRECATION WARNINGs that need to be addressed prior to upgrading Rails to 7.2 (and ✨8✨ )

Tasks

  • Fix the following:
    • DEPRECATION WARNING: config.active_support.remove_deprecated_time_with_zone_name is deprecated and will be removed in Rails 7.2. (in specs)
    • DEPRECATION WARNING: Your secret_key_baseis configured inRails.application.secrets, which is deprecated in favor of Rails.application.credentials and will be removed in Rails 7.2. (in specs)
    • DEPRECATION WARNING: Using preview_path= option is deprecated and will be removed in Rails 7.2. Please use preview_paths= instead. (local server)

Acceptance Criteria

  • Deprecation warnings blocking Rails upgrade are all addressed
@ryan-mcneil ryan-mcneil added needs-refinement Identifies tickets that need to be refined platform-reliability-team labels Dec 2, 2024
@ryan-mcneil ryan-mcneil self-assigned this Dec 2, 2024
@JoeTice JoeTice removed the needs-refinement Identifies tickets that need to be refined label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants