【发布时间】:2013-07-24 05:17:37
【问题描述】:
我正在使用带有 bootstrap-sass gem 的 rails3。
我遇到了一个错误:
ActionController::RoutingError (No route matches [GET] "/img/glyphicons-halflings.png"):
我的 bootstrap_and_overrides.css.scss 是:
@import "bootstrap";
body { padding-top: 60px; }
@import "bootstrap-responsive";
应用程序.js
//= require jquery
//= require jquery_ujs
//= require bootstrap
//= require paloma
//= require_tree .
【问题讨论】:
-
No route matches [GET] "/img/glyphicons-halflings.png" 表示你没有在assets glyphicons-halflings.png的img foler中添加任何图片
标签: ruby-on-rails ruby-on-rails-3 twitter-bootstrap twitter-bootstrap-rails