部署代码时,生产服务器上不显示时间过滤器图标。相反,我会看到破碎的图像,
资产编译错误
。
答案 0 :(得分:1)
这是wice_grid中常见的错误,其中没有为资产管道正确设置图标。以下解决了这个问题。
在/initializers/wice_grid_config.rb
中,将此行添加到Wice::Defaults::CALENDAR_ICON
# Icon to popup the calendar.
Wice::Defaults::CALENDAR_ICON = "https://raw.github.com/leikind/wice_grid/rails3/vendor/assets/images/icons/grid/calendar_view_month.png"