-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Upgrade to Rails 7.1 #1672
base: main
Are you sure you want to change the base?
Upgrade to Rails 7.1 #1672
Conversation
I assume because of Turbo
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1672 +/- ##
=======================================
Coverage 95.84% 95.84%
=======================================
Files 179 179
Lines 2770 2770
=======================================
Hits 2655 2655
Misses 115 115 ☔ View full report in Codecov by Sentry. |
config.action_mailer.perform_caching = false | ||
|
||
# Tell Action Mailer not to deliver emails to the real world. | ||
# The :test delivery method accumulates sent emails in the | ||
# ActionMailer::Base.deliveries array. | ||
config.action_mailer.delivery_method = :test | ||
|
||
# Use the lowest log level to ensure availability of diagnostic information | ||
# when problems arise. | ||
config.log_level = ENV.fetch("LOG_LEVEL") { "debug" }.to_sym |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a new default now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I just took all changes from the update command for this file, no manual adjustments made.
Co-authored-by: Georg Gadinger <[email protected]>
Let's see how well this works!