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

Upgrade to Rails 7.1 #1672

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Upgrade to Rails 7.1 #1672

wants to merge 3 commits into from

Conversation

pixeldesu
Copy link
Member

Let's see how well this works!

@pixeldesu pixeldesu requested a review from nilsding March 11, 2024 20:17
I assume because of Turbo
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.84%. Comparing base (87458f4) to head (914333c).
Report is 8 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

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
Copy link
Member

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?

Copy link
Member Author

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.

config/initializers/new_framework_defaults_7_1.rb Outdated Show resolved Hide resolved
config/initializers/new_framework_defaults_7_1.rb Outdated Show resolved Hide resolved
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
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.

None yet

2 participants