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

Fix typo in latest This Week in Rails #443

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2025-01-31-this-week-in-rails.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down