1
私のレールアプリをキュウリでテストしている間に、「とケースのページです」というエラーメッセージが表示されるのは、英語ロケールの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'
すべての言語で1つのテンプレートのみを使用するようにRailsに指示するにはどうすればよいですか?