https://github.com/linjunpop/jquery-tablesorter-railsを使用してテーブルを並べ替えようとしています。CSS を含めようとすると、問題が発生します。
/*
* = require jquery-tablesorter/blue
*/
エラーメッセージ:
Sprockets::FileNotFound: couldn't find file 'jquery-tablesorter/blue'
構成パスに Gem がロードされているのがわかります。
1.9.3p194 :008 > Rails.application.config.assets.paths.each { |x| puts x }
.rvm/gems/ruby-1.9.3-p194/gems/jquery-tablesorter-1.0.5/vendor/assets/images
.rvm/gems/ruby-1.9.3-p194/gems/jquery-tablesorter-1.0.5/vendor/assets/javascripts
.rvm/gems/ruby-1.9.3-p194/gems/jquery-tablesorter-1.0.5/vendor/assets/stylesheets
問題が何であるか考えていますか?