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.
我正在编写一个 Ruby on Rails 站点,它从我拥有的“本地”XML 文件中加载一些数据。rails 目录结构中存储此文件的逻辑位置在哪里?
这里的主要问题是您拥有 XML 文件的原因是什么:配置信息或数据存储。如果首先 - 那么最好的位置将是congif文件夹,否则 - 除了公共文件夹之外,您甚至可以在任何您喜欢的地方创建xml文件夹。