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 引擎,但在我的引擎应用程序目录中从 application_helper 自动加载帮助方法时遇到了一些问题。实际上,对于某些控制器,它们已加载,但对于其他控制器,则未加载。
知道这是什么原因吗?
我不确定 Rails 3.1,但使用 Rails 3.0.11 我通过将其添加到我的 Gemfile 解决了我的问题,然后在引擎中自动加载这些帮助程序:
gem "rails_helpers_fix"
https://rails.lighthouseapp.com/projects/8994/tickets/1905-apphelpers-within-plugin-not-being-mixed-in#ticket-1905-22