なるようになるブログ

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

rails commit log流し読み(2020/08/20)

2020/08/20分のコミットです。

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


Merge pull request #39591 from JuanitoFatas/web-console-settings

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

web-consoleのconfigについて説明している箇所のconfig.web_console.whitelisted_ipsconfig.web_console.allowed_ipsに修正しています。web-console 4.0.3でconfig名が変更になった為。


Merge pull request #26445 from dracos/multiparty

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

emailのattachmentとinline attachment両方が指定されていた場合に、inline attachmentのwrap処理が正しく行われていないバグがあったのを修正しています。


fix documented default values for datetime_select view helper

actionview/lib/action_view/helpers/date_helper.rbのdocの修正です。

datetime_selectのオプションのデフォルト値についての説明が誤っている箇所があったのを修正しています。


Bump minimum web-console version to 4.0.3

railties/lib/rails/generators/rails/app/templates/Gemfile.ttの修正です。

デフォルトで使用するweb-consoleのバージョンを4.0.3に更新しています。config.web_console.allowed_ipsが使用出来るのが4.0.3以降の為。