なるようになるブログ

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

rails commit log流し読み(2015/06/04)

2015/06/04分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

actionmailer/CHANGELOG.md


Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_configured

ActionMailerの修正です。

ActionMailerのqueue nameに任意の値を設定出来るよう対応しています。デフォルトは変わらずmailersのままです。値はconfig.action_mailer.deliver_later_queue_nameで設定出来ます。


Document config.action_mailer.deliver_later_queue_name

actionmailer/CHANGELOG.mdguides/source/configuring.mdの修正です。

先のActionMailerの対応について、CHANGELOG及びconfiguring guideに説明を追加しています。


Removed duplicate test cases for template execution

railties/test/generators/shared_generator_tests.rbの修正です。

テンプレートを実行するテストで、同じ内容のテストが2つあったので、片方削除しています。


Apply Active Record suppression to all saves

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

ActiveRecord::Suppressor がsuppressする対象が、元々save!だけっだたのを、create_or_updateとし全てのsave処理を対象にするよう修正しています。