なるようになるブログ

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

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

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

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


Add load hook for ActionMailbox::InboundEmail

actionmailbox/app/models/action_mailbox/inbound_email.rbの修正です。

ActionMailbox::InboundEmail load時に使用する為のaction_mailbox_inbound_email hookを追加しています。


Merge pull request #34740 from sponomarev/feature/assert_has_stream

actioncable/lib/action_cable/channel/test_case.rbの修正です。

ActionCable::Channel::TestCaseクラスにstreamのチェックをするためのassrtionとして、assert_no_streamsassert_has_streamassert_has_stream_forメソッドを追加しています。


Add CHANGELOG.md to actionmailbox gem specification

actionmailbox/actionmailbox.gemspecの修正です。

gemファイルにCHANGELOGを含むよう修正しています。


Mention tiff support in ActiveStorage guides

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

config.active_storage.variable_content_typesのデフォルトについて説明している箇所にPermit generating variants of TIFF imagesで追加されたimage/tiffを追加しています。


Merge pull request #34624 from blaszczakphoto/update-docs-regarding-gzipping-assets

rails guideのThe Asset Pipelineの修正です。

gzipしたassetsの配信について説明している箇所のタイトルの修正、及び、gzipしたassetsの配信方法については、使用しているwebサーバのドキュメントを参照する旨説明を追加しています。


Merge pull request #34707 from xlts/update-notifications-docs

activesupport/lib/active_support/log_subscriber.rbactivesupport/lib/active_support/notifications.rbのdocの修正です。

ActiveSupport::Notification、及び、ActiveSupport::LogSubscriberのdocに、それぞれクラスを使用している場合のエラーハンドリングの方法についての説明、及び、exampleコードを追加しています。


Add load hook for ActionMailbox::Base

actionmailbox/lib/action_mailbox/base.rbの修正です。

ActionMailbox::Base load時使用する為のaction_mailbox hookを追加しています。


Bump Nokogiri for sparklemotion/nokogiri@bf41ba0

Gemfile.lockの修正です。

nokogiri gemを1.9.1に更新しています。


Update the load hooks reference table [ci skip]

rails guideのGetting Started with Enginesの修正です。

Available Hooksの項にあるhookの一覧のテーブルに、action_mailboxaction_mailbox_inbound_emailactive_storage_blob hookを追加しています。


Add load hook for ActionMailbox::TestCase

actionmailbox/lib/action_mailbox/test_case.rbの修正です。

ActionMailbox::TestCase load時使用する為のaction_mailbox_test_case hookを追加しています。


Document ActionMailbox::Base#bounce_with [ci skip]

actionmailbox/lib/action_mailbox/base.rbのdocに修正です。

ActionMailbox::Base#bounce_withメソッドにドキュメントを追加しています。


Exclude ActionMailbox::Base#perform_processing and #finished_processing? from API docs

actionmailbox/lib/action_mailbox/base.rbのdocの修正です。

private APIであるActionMai::Base#perform_processing#finished_processing?メソッドがAPI docに表示されないよう修正しています。


Fix links in ingress docs [ci skip]

actionmailbox/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rbactionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rbのdocの修正です。

doc内の外部リンクを指定している箇所で、リンクのフォーマットに誤りがあったのを修正しています。