##起動時に自動で読み込まれるもの
- Rails本体およびその設定(/config/配下)
- Gemfileによって自動requireされるように指定されているもの
##定数を介して自動で読み込み、development環境では自動再読み込みがされるもの
- /app/配下
https://railsguides.jp/initialization.html
https://railsguides.jp/autoloading_and_reloading_constants.html
Go to list of users who liked
More than 3 years have passed since last update.
##起動時に自動で読み込まれるもの
##定数を介して自動で読み込み、development環境では自動再読み込みがされるもの
https://railsguides.jp/initialization.html
https://railsguides.jp/autoloading_and_reloading_constants.html
Register as a new user and use Qiita more conveniently
Go to list of users who liked