使用渲染模板app/app/views在heroku上进行奇怪的渲染

Dan*_*her 8 ruby-on-rails heroku

我有一个奇怪的问题.

本地一切都很好,当我在Heroku上启动时,我收到此错误:

2011-12-31T06:26:23+00:00 app[web.1]: ActionView::MissingTemplate (Missing template pages/index, application/index with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in:
2011-12-31T06:26:23+00:00 app[web.1]:   * "/app/app/views"
2011-12-31T06:26:23+00:00 app[web.1]: ):
Run Code Online (Sandbox Code Playgroud)

为什么会爆炸/app/app/views?为什么它会有两个应用程序?我不确定是什么问题.这是一个非常基本的应用程序.我没有做任何花哨的事情.

Vib*_*uti 18

在我的情况下,由于haml-rails gem位于:assets group,它失败了.它无法呈现haml文件.