操作视图::模板::错误在 / 未初始化的常量



我在尝试加载应用程序时收到以下错误:

ActionView::Template::Error at /
uninitialized constant ActionView::CompiledTemplates::EXPR_ARG

app/views/layouts/application.html.haml处发现错误,并突出显示以下代码。

!!! 5
%html{:lang => "en"}
%head
= render partial: 'common/html_head'
%body#static{ class: body_css_class }
= content_for?(:base_content) ? yield(:base_content) : yield

有人知道这是什么吗?

这是hamlgem 版本5.0.1 - 5.0.4中的一个已知错误。

您需要将 gem 版本更新为5.0.4

最新更新