0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

rails知識メモ[自動で読み込みされるもの]

Posted at

##起動時に自動で読み込まれるもの

  • Rails本体およびその設定(/config/配下)
  • Gemfileによって自動requireされるように指定されているもの

##定数を介して自動で読み込み、development環境では自動再読み込みがされるもの

  • /app/配下

https://railsguides.jp/initialization.html
https://railsguides.jp/autoloading_and_reloading_constants.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?