なるようになるブログ

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

rails commit log流し読み(2023/10/11)

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の修正です。

JavascriptJavaScriptに修正しています。


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も対象である旨説明を追加しています。


Update guide: NPM -> npm

docの修正です。

NPMnpmに修正しています。


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に更新しています。