Skip to content

Commit 2a2d7ef

Browse files
authored
Merge pull request #443 from Uaitt/fix-typo-in-latest-this-week-in-rails
Fix typo in latest This Week in Rails
2 parents bb0af70 + 0102ba7 commit 2a2d7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-31-this-week-in-rails.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Let's explore this week’s changes in the Rails codebase.
1414

1515
[Extend --minimal option](https://github.com/rails/rails/pull/54313)
1616
`rails new --minimal` allows to create a basic Rails app, but recent additions to Rails were still included.
17-
Moving forward, this option will also skip Brakeman, CI, Docker, Kamal, Rubocop, Solid trifecta, and Thruster.
17+
Moving forward, this option will also skip Brakeman, CI, Docker, Kamal, RuboCop, Solid trifecta, and Thruster.
1818

1919
[Add reply_to_address to Mail::Message](https://github.com/rails/rails/pull/53513)
2020
When using Action Mailer you can now specify a `reply_to:` email address in addition to the `to:` recipient.

0 commit comments

Comments
 (0)