缺少具有特定区域设置的模板;铁轨和电池

时间:2011-01-27 12:21:46

标签: ruby-on-rails ruby cucumber rails-cells

在使用黄瓜测试我的rails应用程序时,我在步骤“我在案例页面上”仅在带有英语区域设置的MacBook上出现以下错误。在具有德语语言环境的计算机上没有问题。页面在浏览器中呈现,没有任何错误。

Missing template cell/rails/display with {:handlers=>[:rhtml, :prawn_xxx, :erb, :rxml, :prawn_dsl, :prawn, :builder, :rjs], :locale=>[:en, :en], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf]} in view paths "/Users/jb/swt/features/app/cells", "/Users/jb/swt/features/app/cells/layouts" and possible paths report_table/displaycell/rails/display (ActionView::Template::Error)
      /opt/local/lib/ruby/gems/1.8/gems/cells-3.4.4/lib/cell/rails.rb:140:in `find_family_view_for_state'
      /opt/local/lib/ruby/gems/1.8/gems/cells-3.4.4/lib/cell/rails.rb:154:in `render_view_for'
      /opt/local/lib/ruby/gems/1.8/gems/cells-3.4.4/lib/cell/rails.rb:124:in `render'
      /Users/jb/swt/app/cells/report_table_cell.rb:112:in `display'

如何告诉Rails只为所有语言使用一个模板?

1 个答案:

答案 0 :(得分:0)

看起来好像#render中没有传递视图名称。

  1. 如果您将此类问题发布到我们的列表中,您肯定会在几小时内得到支持:http://groups.google.com/group/cells-and-apotomo

  2. 请粘贴应该呈现的单元格状态。