なるようになるブログ

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

rails commit log流し読み(2021/04/12)

2021/04/12分のコミットです。

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


chore: remove unneeded trailing whitespace

各箇所から不要なスペースを削除しています。


docs: fix e.g. typo in debugging_rails_applications.md

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

Resuming Executionの項のフォーマットの修正を行っています。


chore: fix i.e. typos in Markdown and Ruby

docの修正です。

各箇所のiei.eに修正しています。


chore: fix grammar and spelling

docやテスト名のグラマー、及び、タイポの修正を行っています。


chore: remove redundant MIME type from HTML script tag

Action Packの修正です。

scriptタグから、不要なMIME typeの指定を削除しています。


docs: fix XML example in active_storage_overview.md [ci-skip]

rails guideのActive Storage Overviewの修正です。

Azure Storage CORS configurationのexampleに閉じタグがなかったのを修正しています。


fix whitespace Markdown headings active_record_encryption.md [ci-skip]

rails guideのActive Record Encryptionの修正です。

headingに不要なスペースが含まれていたのを修正しています。


Merge pull request #41898 from kamipo/delete_all_payload_name

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

delete_all実行時のpayload nameがDestoryになっていたのを、Delete Allに修正しています。


docs: fix missing HTTPS on links [ci-skip]

docの修正です。

httpのリンクまとめてhttpsに修正しています。


Remove unused Category.has_and_belongs_to_many :popular_grouped_posts definition

activerecord/test/models/category.rbの修正です。

使用してないassociationを削除しています。