なるようになるブログ

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

rails commit log流し読み(2017/01/22)

2017/01/22分のコミットです。

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


Clean up wording in Action Mailer Basics [ci skip]

rails guideのAction Mailer Basicsの修正です。

Calling the Mailerの項のグラマーの修正を行っています。


move db_migrate_path method to Migration module

Active Recordの修正です。

MigrationGenerator classとModelGenerator classそれぞれで同じ内容のメソッド(db_migrate_path)を定義していたのを、両方のクラスでincludeしているMigration moduleにメソッドを移動し、各クラスからはメソッドを削除するよう修正しています。


Add changelog entry for #27425 [ci skip]

actioncable/CHANGELOG.mdの修正です。

redis/evented_redis adapterを使用している場合、configファイルからchannel名にprefixをつけれるよう修正した、Add channel_prefix support to AC redis/evented_redis adaptersの対応についてCHANGELOGにエントリーを追加しています。


Add module name to BacktraceCleaner usage example [ci skip]

activesupport/lib/active_support/backtrace_cleaner.rbのdocの修正です

ActiveSupport::BacktraceCleanerクラスのdoc内のexampleコードで、BacktraceCleanerクラスにnamespace(ActiveSupport)を追加しています。