2021/06/01分のコミットです。
CHANGELOGへの追加はありませんでした。
rails guideのConfiguring Rails Applications
の修正です。
Configuring Rails Components
の項にあるconfigの設定方法のexampleで値をタイポしていたのを修正しています。
Fix typo in ActionableError [skip ci]
activesupport/lib/active_support/actionable_error.rb
のdocの修正です。
ActionableError
のdoc無いのタイポを修正しています。
[ci skip] Fixed typos and grammatical errors
rails guideのRuby on Rails 5.0 Release Notes
の修正です。
doc内のタイポ及びグラマーの修正を行っています。
[ci skip] Fixed typos and grammatical errors
rails guideのRuby on Rails 5.1 Release Notes
の修正です。
doc内のタイポ及びグラマーの修正を行っています。
NumberToRoundedConverter should handle -Float::INFINITY
activesupport/lib/active_support/number_helper/number_to_rounded_converter.rb
の修正です。
number_with_precision
メソッドに-Float::INFINITY
が指定された場合に正しく結果を返すよう修正しています。