我是这样在项目中安装 bootstrap 3 的
# Gemfile
gem 'less-rails'
gem 'twitter-bootstrap-rails'
gem 'therubyracer', '~> 0.10.2'
rails g bootstrap:install
rails g bootstrap:layout application fixed
随后就开始写页面了,其他都好,就是 glyphicon 无法显示,譬如<span class="glyphicon glyphicon-chevron-left"></span>
,不知道哪里出了问题,还望得到指点