なるようになるブログ

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

rails commit log流し読み(2017/07/15)

2017/07/15分のコミットです。

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


Fix doc format for ActiveSupport::Testing::TimeHelpers [ci skip]

activesupport/lib/active_support/testing/time_helpers.rbのdocの修正です。

ActiveSupport::Testing::TimeHelpers moduleの各メソッドのdocのフォーマットの修正を行っています。


Remove useless aliased_table_name in JoinDependency

Active Recordの修正です。

JoinDependencyクラスから不要なaliased_table_nameメソッドを削除しています。 tableメソッドの方を使用すれば良い為、との事です。


Remove encoding utf-8 magic comment

activesupport/test/multibyte_grapheme_break_conformance_test.rbactivesupport/test/multibyte_normalization_conformance_test.rbの修正です。

ファイルのエンコーディング用マジックコメント(encoding: utf-8)を削除しています。