-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails upgrade 7.0.8 to 7.1.0 (#5478)
* Update Rails version in Gemfile from 7.0.8 to 7.1.0 * rails app:update and overrides code * fixture singular path warning fix, Nokogiri parsed_body method fix * Fix for deprecation warning for Rails.application.secrets and preview_path= option * Configuration changes related to Rails 7.1.0 * Changes for Nokogiri parsed_body to html to match expectation * Changes for DEPRECATION WARNING: Setting action_dispatch.show_exceptions to false is deprecated. Set to :none instead * Fixed failing spec * Code changes to handle ActionView::Template::Error: Cannot get a signed_id for a new record issue * Ruby Standard fix * Ruby Standard fix * Config changes to handle deprecation warining of supporting multiple preview paths * Fixing rspec issue * Reverted deprecation warning changes for spec failing issue * Changes for ActionMailer deprecation warning * Ruby Standard Fix * Updated code to load defaults 7.1 and fix file load issue * Ruby Lint issue fix * Reverted preview_path to old code to check failing spec issue * Reverted to actual code as specs were still failing with old code * Fix for failing specs
- Loading branch information
1 parent
110bf14
commit f62f955
Showing
24 changed files
with
424 additions
and
124 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.