2024/04/20分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
actionpack/lib/action_dispatch/middleware/templates/rescues/missing_exact_template.html.erb
の修正です。
templateが見つからない場合に表示するエラー用のHTMLで、controller pathがnestしている場合に正しいtemplate名が表示されないバグがあったのを修正しています。
Refactor code to make it more clear
activerecord/lib/arel/visitors/to_sql.rb
の修正です。
SQLを生成する際に括弧が必要になる条件のチェックをメソッドに切り出すようリファクタリングしています。
Merge pull request #50856 from Dmoment/docs-autosave-validations
activerecord/lib/active_record/associations.rb
のdocの修正です。
has_oneメソッドのdocに、
autosave`をtrueにしている場合のvalidationの挙動についての説明を追加しています。
activerecord/lib/active_record/associations.rb
のdocの修正です。
has_one`メソッドのdocのフォーマットの修正を行っています。
docs: Fix ActiveSupport::TimeWithZone#change example [skip ci]
activesupport/lib/active_support/time_with_zone.rb
のdocの修正です。
ActiveSupport::TimeWithZone#change
メソッドのdoc内のexampleコードの実行結果が、実際の結果と異なっていたのを修正しています。