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が指定された場合に正しく結果を返すよう修正しています。