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

Rails deprecation warnings #3128

Open
xmunoz opened this issue Jan 2, 2024 · 0 comments
Open

Rails deprecation warnings #3128

xmunoz opened this issue Jan 2, 2024 · 0 comments
Labels
beginner friendly dependencies Pull requests that update a dependency file
Milestone

Comments

@xmunoz
Copy link
Member

xmunoz commented Jan 2, 2024

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

  • What are we trying to do?
    Eliminate Rails deprecation warnings, so we aren't caught off guard with Rails configuration options are completely removed.

  • What feature or behavior is this required for?
    Keeping things up to date.

  • How could we solve this issue? (Not knowing is okay!)
    Here are the deprecation warnings when the test suite runs:

DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from <main> at /home/runner/work/dcaf_case_management/dcaf_case_management/config/environment.rb:5)
DEPRECATION WARNING: Setting action_dispatch.show_exceptions to false is deprecated. Set to :none instead. (called from block (4 levels) in <class:LinesControllerTest> at /home/runner/work/dcaf_case_management/dcaf_case_management/test/controllers/lines_controller_test.rb:34)
  • Anything else?
    Nope, should be pretty straight forward.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner friendly dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants