2016/10/24分のコミットです。
CHANGELOGへの追加はありませんでした。
HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870)
actionpack/lib/action_dispatch/middleware/ssl.rb
のdocの修正です。
ActionDispatch::SSL
クラスのdocでHSTSのsubdomainの設定がデフォルトはfalseであるむね説明がされていたのですが、masterではデフォルトtrueに変更になっているので、docを修正しています。
activerecord/lib/active_record/locking/optimistic.rb
のdocの修正です。
ActiveRecord::Locking::Optimistic
moduleのdocのグラマーの修正を行っています。
Merge release note entry for Date/Time/DateTime extensions
rails guideのRuby on Rails 5.0 Release Notes
の修正です。
Date
、Time
及びDateTime
クラスに#on_weekend?
、#on_weekday?
、 #next_weekday
、 #prev_weekday
を追加した対応のエントリーが2つにわかれていたので、一つにマージしています。
update description of Etag [ci skip]
rails guideのRuby on Rails 5.0 Release Notes
の修正です。
Response etags to always be weak: Prefixed 'W/' to value returnedの対応についての説明で、Railsはweak ETagのみ生成する、と記載されていたのですが、その後別の対応によりstrong Etagも使えるようになった為、weak ETagのみを生成するではなくデフォルトがweak ETagに変わった旨説明を修正しています。
Fix typo in Upgrading Ruby on Rails Guide [ci skip]
rails guideのA Guide for Upgrading Ruby on Rails
の修正です。
Configure the Output of db:structure:dump
の項にあったタイポを修正しています。