From 0102ba7449c8eb2afe2fcda2d71f4e7c966030cd Mon Sep 17 00:00:00 2001 From: Lorenzo Zabot Date: Sun, 2 Feb 2025 09:55:27 +0100 Subject: [PATCH] Fix typo in latest This Week in Rails --- _posts/2025-01-31-this-week-in-rails.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-01-31-this-week-in-rails.markdown b/_posts/2025-01-31-this-week-in-rails.markdown index bf45eafd..953805ec 100644 --- a/_posts/2025-01-31-this-week-in-rails.markdown +++ b/_posts/2025-01-31-this-week-in-rails.markdown @@ -14,7 +14,7 @@ Let's explore this week’s changes in the Rails codebase. [Extend --minimal option](https://github.com/rails/rails/pull/54313) `rails new --minimal` allows to create a basic Rails app, but recent additions to Rails were still included. -Moving forward, this option will also skip Brakeman, CI, Docker, Kamal, Rubocop, Solid trifecta, and Thruster. +Moving forward, this option will also skip Brakeman, CI, Docker, Kamal, RuboCop, Solid trifecta, and Thruster. [Add reply_to_address to Mail::Message](https://github.com/rails/rails/pull/53513) When using Action Mailer you can now specify a `reply_to:` email address in addition to the `to:` recipient.