我正在尝试使用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
知道问题可能是什么吗?