開発からデプロイメントサーバーにレールアプリを移動したばかりです。 私は乗客をインストールしましたが、rails s
を試してみましたが、すべてがうまく動作していることを確認しました(これは初めてレールアプリケーションを開発して展開するときです)。Railsアプリケーションを実動サーバーに移動すると、「ダンプ形式エラーが発生しました」というエラーが表示されるエラー
仕様は次のとおりです。Ruby 1.9.3 with RVM、mod_passenger、Rails 3.2.3。すべて正しくインストールされ、Apacheモジュールも有効になっています。 ?rails s
はそれが何を意味するのdump format error for symbol(0x45)
Processing by Devise::SessionsController#new as HTML
Rendered devise/_links.haml (2.2ms)
Rendered devise/sessions/new.html.haml within layouts/application (11.8ms)
Completed 500 Internal Server Error in 110ms
ActionView::Template::Error (dump format error for symbol(0x45)):
8: /HTML5 shim, for IE6-8 support of HTML elements
9: /[if lt IE 9]
10: = javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
11: = stylesheet_link_tag "application", :media => "all"
12: /%link(href="images/favicon.ico" rel="shortcut icon")
13: /%link(href="images/apple-touch-icon.png" rel="apple-touch-icon")
14: /%link(href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72")
app/views/layouts/application.html.haml:11:in `_app_views_layouts_application_html_haml__3524679841439843142_22055600'
上記の奇妙なエラーを与えている実行
を何かが(。乗客はsayng「クラス:不明なキーエラーメッセージ」を保持します)間違って起こっているところでグーグルでは、フラッシュ[]エラーと思われますが、私は実際にここで何をすべきか理解できません。
いくつかのご提案をお待ちしています、ありがとうございます!
application.html.hamlのコードを貼り付けることはできますか? – sailor
ここにhttp://pastebin.com/iAXARraY (私は共通のページスタイルに従ったので、私はtwitterブートストラップを使用しています) –