なるようになるブログ

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

rails commit log流し読み(2018/03/19)

2018/03/19分のコミットです。

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


Move CSP info from 5.2 release notes to guide [ci skip]

rails guideのRuby on Rails 5.2 Release NotesSecuring Rails Applicationsの修正です。

5.2 Release Notesに記載されていたContent Security Policyの設定方法について、Security guideにContent Security Policyの項を追加し、そちらに記載するよう修正しています。


Fix unclosed tags in RedisCacheStore docs [ci skip]

activesupport/lib/active_support/cache/redis_cache_store.rbのdocの修正です。

RedisCacheStore classのdocでttタグの閉じタグが不足していたのを修正しています。


Fix failing QuotingTest#test_quoted_time_utc

activerecord/test/cases/quoting_test.rbの修正です。

time型の値がquoteされる事を確認するテストがUTC以外で動作しない内容になっていたのを修正しています。


Merge pull request #32278 from saveriomiroddi/add_mysql_json_to_activerecord_store_documentation

activerecord/lib/active_record/store.rbのdocの修正です。

ActiveRecord::Storeのdoc内、JSON型について言及しているでPostgreSQLについてしか説明が無かったのを、MySQLについてもJSON型が使える旨説明を修正しています。