Skip to content
Merged
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