なるようになるブログ

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

rails commit log流し読み(2020/10/14)

2020/10/14分のコミットです。

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


Mention _tag helpers in Form Helpers guide [ci-skip]

rails guideのAction View Form Helpersの修正です。

Tag Helpersメソッドについて説明したUsing Tag Helpers Without a Form Builderセクションを追加しています。


Merge pull request #40339 from jonathanhefner/guide-form_helpers-grouped-options

rails guideのAction View Form Helpersの修正です。

options groupについて説明したOption Groupsセクションを追加しています。


Merge pull request #39753 from p8/guides/remove-form-helpers-from-av-helpers

rails guideのAction View Helpersの修正です。

Action View Form Helpers guideに同じ説明があるhelperメソッドについての説明を削除しています。


Merge pull request #40312 from p8/guides/fix-small-typos

rails guideのActive Support InstrumentationThe Asset Pipelineの修正です。

各箇所のタイポを修正しています。


Add missing ActiveSupport require in ActiveModel::Serialization

activemodel/lib/active_model/serialization.rbの修正です。

不足していたactive_support/core_ext/enumerableのrequireを追加しています。


Skip PostgreSQL interval tests on other adapters

activerecord/test/cases/adapters/postgresql/interval_test.rbの修正です。

PostgreSQLのinterval testを他のadapterでテストしないよう修正しています。


Make AS::Cache coder configurable

Active Supportの修正です。

ActiveSupport::Cacheで使用するcoderをinitializerのオプションで指定出来るよう修正しています。データをserialize / deserializeする際の処理をカスタマイズしやすくする為。