なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2023/02/19)

2023/02/19分のコミットです。

CHANGELOGへの追加はありませんでした。


Fix #46764

rails guideのUsing Rails for API-only Applicationsの修正です。

API-only modeで新しいresouceを作成する場合のexampleを追加しています。


Remove too many closing parentheses

rails guideのActive Record Query Interfaceの修正です。

AND Conditionsの項にあるexampleコードから不要な閉じ括弧を削除しています。


Use same explaining comment style, group related actions together

railties/lib/rails/generators/rails/app/templates/Dockerfile.ttの修正です。

Docker内で処理を行う際のユーザを切り替えている箇所に、何故その処理が必要なのかのコメントを追加しています。