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.
Thrift 的 gen-rb 文件夹和命名空间与使用正确文件夹结构自动加载模块的 Rails 约定并不真正匹配。在 Rails 项目中加载节俭编译类的最佳解决方案或最佳实践是什么?
我使用 require_relative 来加载文件。