なるようになるブログ

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

rails commit log流し読み(2022/02/22)

2022/02/22分のコミットです。

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


Fix typos [ci-skip]

docの修正です。

doc内のタイポを修正しています。


Replace "overwrite" with "override" [ci-skip]

docの修正です。

doc内のoverwriteoverrideに修正しています。


Replace backticks with RDoc markup [ci-skip]

docの修正です。

docでmarkdow記法を使用していたのを、RDoc記法を使用するよう修正しています。


Add Oxford commas [ci-skip]

docの修正です。

doc内のカンマをOxford形式に修正しています。


Mark up inline code [ci-skip]

docの修正です。

doc内のinlineコードのフォーマットを修正しています。


Fix formatting of parameters doc [ci-skip]

docの修正です。

doc内のフォーマットの修正を行っています。


Remove EventedFileUpdateChecker#updated? caveat [ci-skip]

activesupport/lib/active_support/evented_file_update_checker.rbのdocの修正です。

doc内にあるforkした際の挙動についての注記を削除しています。現在の挙動と異なる説明の為。


Fix config names for EnvelopeEncryptionKeyProvider [ci-skip]

activerecord/lib/active_record/encryption/envelope_encryption_key_provider.rbのdocの修正です。

doc内でconfig名が誤っている箇所があったのを修正しています。


Remove duplicate :key_provider option doc [ci-skip]

activerecord/lib/active_record/encryption/encryptable_record.rbのdocの修正です。

docで同じオプションの説明が複数行われていたのを修正しています。


Improve Flash API docs [ci-skip]

actionpack/lib/action_dispatch/middleware/flash.rbのdocの修正です。

doc内の関連する処理にリンクを追加しています。


Merge pull request #44482 from la-ruby/docs/cdn-sentence-fix

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

CDNについて説明している箇所の言い回しを修正しています。


Removed list of gems specified in the initialization guide

rails guideのThe Rails Initialization Processの修正です。

Railsが依存しているgemの一覧を削除しています。内容が古いのと、一覧を表示する理由がないだろう、という理由で削除されています。


Remove fixed TODO ActionController::Metal::ContentSecurityPolicy [ci-skip]

actionpack/lib/action_controller/metal/content_security_policy.rbのdocの修正です。

不要なTODOコメントを削除しています。


Fix small type in CSP guide [ci-skip]

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

Adding a Nonceの項のグラマーの修正を行っています。


Merge pull request #44510 from SkipKayhil/unused-cache-requires

Active Supportの修正です。

ActiveSupport::Cacheから不要なrequireの削除を行っています。


Skip apparently-troublesome test on CI for now

railties/test/generators/app_generator_test.rbの修正です。

cssbundling gemに関するテストがCIで通らなくなっている為、一時的にCIでテストをskipするよう修正しています。


Warm-up to avoid autoloads interfering with class serial

activesupport/test/executor_test.rbの修正です。

class serialに関するテストで、RubyVM.statのチェックをする前に必要なclassのautoloadが行われるよう修正しています。