2019/07/12分のコミットです。
CHANGELOGへの追加はありませんでした。
Improve changelog entry, remove extraneous word [ci skip]
activesupport/CHANGELOG.md
の修正です。
CHANGELOGエントリーのグラマーの修正を行っています。
completes first version of the new autoloading guide [skip ci]
rails guideのAutoloading and Reloading Constants (Zeitwerk Mode)
の修正です。
zeitwerkが想定しているアプリの構成について説明したProject Structure
の項を追加、及び各項の言い回しの修正等を行っています。
guides/source/documents.yaml
の修正です。
Autoloading and Reloading Constants (Classic Mode)
の説明のグラマーの修正を行っています。
These are already required via rails/command.rb
railties/lib/rails/generators.rb
の修正です。
active_support
、active_support/core_ext/object/blank
のrequireを削除しています。直前でrequireしているrails/command
でrequireされている為。
Make sure to require active_support.rb before requiring active_support/rails.rb
actionpack/lib/abstract_controller.rb
の修正です。
active_support/rails
をrequireする前にactive_support
をrequireするよう修正しています。
active_support/dependencies/autoload is already required via active_support.rb
各ファイルからactive_support/dependencies/autoload
のrequireを削除しています。active_support
でrequireされる為。
try (Just a Little Bit Harder)
actionpack/test/controller/resources_test.rb
の修正です。
try
メソッドを使用していた箇所をsafe navigation operatorを使用するよう修正しています。
各ファイルから使用していないactive_support/core_ext/object/try
のrequireを削除しています。
A type class or nil has to respond_to :to_s
actionview/lib/action_view/helpers/asset_tag_helper.rb
の修正です。
try
メソッドを使用していた箇所をsafe navigation operatorを使用するよう修正しています。
active_support/rails has to be required via abstract_controller.rb
actionpack/lib/action_controller.rb
の修正です。
active_support/rails
のrequireを削除しています。直後にrequireしているabstract_controller
でrequireされている為。
active_support/deprecation is not in use here
activesupport/lib/active_support/callbacks.rb
、
activesupport/lib/active_support/inflector/inflections.rb
の修正です。
使用していないactive_support/deprecation
のrequireを削除しています。
active_support/deprecation has to be already required via active_support/rails.rb
各ファイルからactive_support/deprecation
のrequireを削除しています。active_support/rails
でrequireされる為。
try (Just a Little Bit Harder)
actionpack/test/controller/resources_test.rb
の修正です。
try
メソッドを使用していた箇所をsafe navigation operatorを使用するよう修正しています。
各ファイルから使用していないactive_support/core_ext/object/try
のrequireを削除しています。
A type class or nil has to respond_to :to_s
actionview/lib/action_view/helpers/asset_tag_helper.rb
の修正です。
try
メソッドを使用していた箇所をsafe navigation operatorを使用するよう修正しています。
active_support/rails has to be required via abstract_controller.rb
actionpack/lib/action_controller.rb
の修正です。
active_support/rails
のrequireを削除しています。直後にrequireしているabstract_controller
でrequireされている為。
active_support/deprecation is not in use here
activesupport/lib/active_support/callbacks.rb
、
activesupport/lib/active_support/inflector/inflections.rb
の修正です。
使用していないactive_support/deprecation
のrequireを削除しています。
active_support/deprecation has to be already required via active_support/rails.rb