なるようになるブログ

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

rails commit log流し読み(2019/02/04)

2019/02/04分のコミットです。

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


Fix and update template_missing image in guide

rais guideのGetting Started with Railsの修正です。

Template Missingが発生した際に表示されるエラーメッセージの画像が、古い内容のままにになっていたのを最新の内容に更新しています。


Merge pull request #35132 from eileencodes/allow-application-to-change-handler-names

Active Recordの週間です。

writing / reading固定だったdefault handlersの名称を変更出来るよう修正しています。

GitHubでは元々違う名前のhandlerを使用しており、そこからのアップグレードを容易に出来るようにするため、との事です。


Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switching

activerecord/lib/active_record/connection_adapters/abstract/query_cache.rbactiverecord/lib/active_record/connection_handling.rbの修正です。

insert, update等の後にquery cacheをclearする際に、current threadと関連がある全てのconnectionのquery cacheをclearするよう修正しています。


Allow configuring the Azure Storage service with extra client options

activestorage/lib/active_storage/service/azure_storage_service.rbの修正です。

Service::AzureStorageServiceのコンストラクタで、Azure::Storage::Client.createに渡すオプションを指定出来るよう修正しています。


Update template missing text in Guide

rais guideのGetting Started with Railsの修正です。

Template Missingが発生した際に表示されるエラーメッセージの内容が、古い内容のままにになっていたのを最新の内容に更新しています。最初のは画像の修正で、こちらはテキストの修正。