【问题标题】:Heroku looking for erb templates but only use HAMLHeroku 寻找 erb 模板但只使用 HAML
【发布时间】:2013-06-14 01:52:37
【问题描述】:

#):error when I try to visitpolls/new 我收到了ActionView::Template::Error (undefined local variable or methodmessage_body'。`

Heroku 正在寻找 app/views/polls/new.html.erb:4:in_app_views_polls_new_html_erb__3114063437380502326_34508300'`但该文件甚至不在我的应用程序中。我所有的观点都在 HAML 中。

这里的任何提示都会非常有帮助!

【问题讨论】:

  • 您是否已安装 Haml gem 并将其锁定在您的 Gemfile 中?

标签: deployment heroku haml erb


【解决方案1】:

问题可能是 - :assets 中的“haml-rails”或 Gemfile 中的任何其他组

将 gem "haml-rails" 移到组外,它会正常工作。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-01-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多