Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ロード パスと自動ロード パスの違いは何ですか? 自動ロードパスにディレクトリを追加した場合、コードでそのファイルを要求する必要がありますか?
私はあなたが意味したと思いますautoload_paths:
autoload_paths
ドキュメントから:
config.autoload_paths は、ロード パスの先頭に追加する追加パスの配列を受け入れます。デフォルトでは、すべてのアプリ、ライブラリ、ベンダー、およびモック パスがこのリストに含まれています。
ソース