なるようになるブログ

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

rails commit log流し読み(2019/06/16)

2019/06/16分のコミットです。

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


Delete 'ruby' in the description of the method defined in rails [skip ci]

rails guideのActive Support Core Extensionsの修正です。

prev_daynext_day等のメソッドについて説明している箇所で、古いRuby(1.9)についての言及があったのを削除しています。


Update default value of variable_content_types and content_types_to_serve_as_binary [ci skip]

rails guideのConfiguring Rails Applicationsの修正です。

config.active_storage.variable_content_typesconfig.active_storage.content_types_to_serve_as_binaryのデフォルト値が古い内容になっていたのを修正しています。


Delete DateAndTime method definition in rails that is compatible with ruby definition

Active Supportの修正です。

Ruby本体に同じメソッドが定義されているDate#prev_day#next_day等のDate classの幾つかのメソッドをRailsで定義しないよう修正しています。