0
我試圖使用Liquid模板引擎插件,但在控制器嘗試渲染.liquid模板時出現以下錯誤。LiquidView的未定義方法調用:類
「未定義的方法`稱之爲」爲LiquidView:類」
product_controller.rb
@product = Product.find(:第一) 渲染:佈局=>假,:模板=>「產品/show.liquid」
產品/ show.liquid
產品名稱:{{product.name}}
價格:{{product.price}}
我根據 http://wiki.github.com/tobi/liquid/getting-liquid-to-work-in-rails
使用Rails 2.3.5和Ruby 1.8.7我安裝它作爲一個插件。
有沒有人有過同樣的問題?
似乎存在與使用on Rails的液體> = 2.3.4 參見http://groups.google.com/group/liquid-templates/browse_thread/thread/518a507aa7bd10ab/一個問題9b67e5e969ae8c61?lnk = gst&q = liquidview#9b67e5e969ae8c61 但我仍然無法使它工作! – newx 2010-04-21 13:43:44