我在 Ubuntu 上使用 Ruby 1.8.7 执行 Rails 3.2.1。当我在控制台上执行“rails s”时,会出现此消息:undefined method `page_cache_extension' for ActionController::Base:Class
我尝试评论这些行:
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
但不要为我工作。
我尝试运行的项目是这个-> https://github.com/kivanio/brcobranca_exemlo用于生成格式为 PDF 的巴西文档。
有人有什么想法可以帮助我解决这个问题吗?
感激。