なるようになるブログ

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

rails commit log流し読み(2018/05/04)

2018/05/04分のコミットです。

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


Minor edits to the Active Storage guide

rails guideのActive Storage Overviewの修正です。

各項のグラマー、フォーマットの修正を行っています。


Merge pull request #29955 from padi/update_actiondispatch_integration_docs

actionpack/lib/action_dispatch/testing/integration.rbのdocの修正です。

ActionDispatch::Integration::Session#processメソッドのdocにxhr、及び、asオプションについての説明を追加しています。


Remove confusion in the sentence [ci skip]

rails guideのAutoloading and Reloading Constantsの修正です。

Class and Module Definitions are Constant Assignmentsの項、 Stringクラスについて説明している箇所の言い回しを修正しています。


Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?

activesupport/lib/active_support/core_ext/load_error.rbの修正です。

LoadErrorのpathがnilだった場合に、LoadError#is_missing?メソッドがNoMethodErrorを返してしまうバグがあったのを修正しています。