なるようになるブログ

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

rails commit log流し読み(2019/01/20)

2019/01/20分のコミットです。

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


Check all provided attributes of the message

actionmailbox/test/controllers/rails/action_mailbox/inbound_emails_controller_test.rbの修正です。

inbound email作成のテストで、mailのbodyだけチェックしていたのを、登録可能な全てのattribute(from, to等)をチェックするよう修正しています。


enclosing body tag in conductor layout.

actionmailbox/app/views/layouts/rails/conductor.html.erbの修正です。

bodyの閉じタグが不足していたのを修正しています。


Fix "Development Dependencies Install" guide [ci skip]

rails guideのDevelopment Dependencies Installの修正です。

Install JavaScript dependenciesの項にある処理手順から、不要なディレクトリの変更処理を削除しています。


Fix type casting column default in change_column

Active Recordの修正です。

change_columnに指定したdefaultの値が、変更後の型ではなく変更前の型でtype castが行われてしまうというバグがあったのを修正しています。

change_columnがbulkで実行されるようになった影響(Extract sql fragment generators from PostgreSQL adapter)との事です。


Report statistics from ActionMailbox

railties/lib/rails/tasks/statistics.rakeの修正です。

stats taskの対象にAction Mailboxのファイルも含むよう修正しています。