が動作していない私のapplication.cssです:application.cssはここ
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap
*= require bootstrap-responsive
*= require style
私のCSSスタイルのいずれも適用されていないされているいくつかの理由。ソースを表示してapplication.cssを開くと、ファイルはまったく同じです。それはそれを編集していません。 application.jsはうまくコンパイルされています!
私gemfile:https://gist.github.com/1748054
任意のアイデア?
EDIT:あなたのconfig/application.rb
で
# Enable the asset pipeline
config.assets.enabled = true
セットはまた、これは暗闇の中でショットのビットですが、ドン:はあなたが持っていることを確認してください*/
命名されていることを確認し、我々はあなたのGemfileを見てすることはできますか? – Matthew
私は投稿にそれを追加しました – imjp
それはうまく見えます – Matthew