2020/11/04分のコミットです。
CHANGELOGへの追加はありませんでした。
Add example usage pattern of ActiveRecord::ModelSchema.ignored_columns= to rdoc
activerecord/lib/active_record/model_schema.rbのdocの修正です。
ActiveRecord::ModelSchema.ignored_columns=のdocに実際に使用する場合のexampleを追加しています。
Merge pull request #40517 from eugeneius/depend_on_message
activesupport/lib/active_support/dependencies.rbの修正です。
Dependencies.depend_onでエラーメッセージのチェックをする際に、original_messageが定義されている場合はoriginal_messageを使用してメッセージを取得するよう修正しています。
[v6.1.0.rc1] Fix regression for select tag helper with array (#40522)
actionview/lib/action_view/helpers/tags/select.rbの修正です。
select tag helperにArrayを指定した場合に値が生成されないバグがあったのを修正しています。
activerecord/lib/active_record/model_schema.rbのdocの修正です。
ActiveRecord::ModelSchema.ignored_columns=メソッドのdocのフォーマットの修正を行っています。
Fix regression when setting the invesion of a belongs_to relationship
activerecord/lib/active_record/associations/association.rbの修正です。
belongs_to associonationで、parent既に設定されていたchildを置き換えた際に、inverted associationが設定されないバグがあったのを修正しています。
Fix text_field_tag's placeholder documentation [ci skip]
actionview/lib/action_view/helpers/form_tag_helper.rbのdocの修正です。
doc内のplaceholderのkeyの説明に誤りがあったのを修正しています。
Gemfile.lockの修正です。
bundle updateして使用しているgemを最新のバージョンに更新しています。