私はレールアプリを展開しようとしています...そして、カピストラーノ展開ガイドに従っています。Railsコンソールで app.get("/") を実行することになっているテスト段階で立ち往生しています。そうすると、アプリで使用しているブループリント css ツールに関連するエラー メッセージが表示されます。ブループリントがプリコンパイルされていないという同様のエラーに遭遇した人はいますか? このエラーを修正するために次に何をすべきかわかりません。あなたが持っているかもしれない提案を事前にありがとう!
ログファイルからのエラー出力は次のとおりです。
Started GET "/" for 12.13.14.15 at 2012-04-05 14:15:50 -0700
Processing by PagesController#home as HTML
Rendered pages/home.html.erb within layouts/application (1.1ms)
Rendered layouts/_stylesheets.html.erb (1.3ms)
Completed 500 Internal Server Error in 6ms
ActionView::Template::Error (blueprint/screen.css isn't precompiled):
1: <!--[if lt IE9]>
2: <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
3: <![endif]-->
4: <%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %>
5: <%= stylesheet_link_tag 'blueprint/print', :media => 'print' %>
6: <!--[if lt IE 8]><%= stylesheet_link_tag 'blueprint/ie' %><![endif]-->
7: <%= stylesheet_link_tag 'custom', :media => 'screen' %>
app/views/layouts/_stylesheets.html.erb:4:in `_app_views_layouts__stylesheets_html_erb___2010157553399413981_33056460'
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__4294160261947576619_31749320'