2023/10/11分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #49565 from hachi8833/add_missing_doc_43487
rails guideのConfiguring Rails Applications
の修正です。
config.action_controller.raise_on_missing_callback_actions
configについての説明を追加しています。
[Refactor] Remove unused from tests for @rails/ujs
actionview/test/ujs/server.rb
の修正です。
使用していないmodule、メソッド等を削除しています。
Fix RedisCacheStore
INCR/DECR for Redis < v7.0.0
activesupport/lib/active_support/cache/redis_cache_store.rb
の修正です。
RedisCacheStore
のINCR/DECR処理で、Redisのバージョンが7.0.0未満の場合に、ttlが正しく設定されない場合(e.g. 新規にkeyを追加した場合)があったのを修正しています。
Add support for kwargs when delegating calls to custom loggers
activesupport/lib/active_support/broadcast_logger.rb
の修正です。
BroadcastLoggerから各loggerのメソッドを呼び出す際に、キーワード引数を指定出来るよう修正しています。
guides/source/configuring.md: fix grammar and spelling
rails guideのConfiguring Rails Applications
の修正です。
グラマーの修正を行っています。
guides/source/asset_pipeline.md: change Javascript
to JavaScript
rails guideのThe Asset Pipeline
の修正です。
Javascript
をJavaScript
に修正しています。
Merge pull request #49556 from mguan2020/my_new_branch
rails guideのAction Text Overview
の修正です。
Trix Compared to Other Rich Text Editors
の項のフォーマットの修正を行っています。
Explain how to configure collection cache key
rails guideのCaching with Rails: An Overview
の修正です。
Collection Caching
の項にcache keyを変更する場合のexampleを追加しています。
Merge pull request #49576 from fatkodima/fix-number-helper-to_d
activesupport/lib/active_support/number_helper/number_converter.rb
の修正です。
number_to_currency
メソッドに、独自のto_d
メソッドを定義しているクラスを指定した場合に正しく結果が取得出来ないバグがあったのを修正しています。
Recommend fixed-width fonts for HTML and CSS as well in docs [ci-skip]
rails guideのAPI Documentation Guidelines
の修正です。
Fixed-width Font
を使う必要がある箇所について説明している箇所に、HTMLやCSSも対象である旨説明を追加しています。
docの修正です。
NPM
をnpm
に修正しています。
Enable Style/RedundantDoubleSplatHashBraces
rubocop cop
Style/RedundantDoubleSplatHashBraces
copを追加、及び、各ファイルにcopを適応しています
Updated the rails version in 7.0 to 7.1 in guide [skip ci]
docの修正です。
Railsのバージョンを表示している箇所を7.0から7.1に更新しています。