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.
最近我一直在 Rails 世界中徘徊(非常享受)。
我已经完成了我在 Rails 中的第一个项目,并且我创建了一堆助手来处理日期、菜单等。
我的问题是,将这些助手(和其他一些文件)从一个项目转移到另一个项目的最佳方法是什么?
您应该创建一个 gem。例如从这里开始。