なるようになるブログ

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

rails commit log流し読み(2020/06/23)

2020/06/23分のコミットです。

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


Add spec to verify that MessageDelivery Job accepts priority

actionmailer/test/message_delivery_test.rbの修正です。

MessageDelivery Jobにpriorityオプションを指定した場合のテストを追加しています。


Document the priority option for #deliver_later [ci skip]

actionmailer/lib/action_mailer/message_delivery.rbのdocの修正です。

deliver_laterメソッドに指定出来るオプションの一覧にpriorityについての説明を追加しています。


Add missing info to routing.md about anchors.

rails guideのRails Routing from the Outside Inの修正です。

Segment Constraintsの項、regex constraintsについて説明している箇所に、regexは最初だけでなく最後にもanchorされる旨説明を追加しています。