使用Rails安装引导程序

时间:2015-12-12 18:21:18

标签: css ruby-on-rails twitter-bootstrap

我已将以下内容添加到Gemfile:

gem 'bootstrap-sass'

我将此添加到assets / stylesheets / application.css.scss(重命名为.scss):

 @import "bootstrap-sprockets";
 @import "bootstrap";

然后我跑了bundle install

我已添加此控制器:rails g controller firstpage index。当我访问localhost:3000 / firstpage / index时,我收到此错误:

  

显示/Users/myuser/Projects/test5/app/views/layouts/application.html.erb第5行   提出:

     

要导入的文件未找到或不可读:bootstrap-sprockets。

     

@import" bootstrap-sprockets&#34 ;;
   @import" bootstrap&#34 ;;

任何人都知道我做错了什么?

2 个答案:

答案 0 :(得分:2)

确保在捆绑安装时重新启动服务器。另外,使用导入时请删除*= require_self*= require_tree .

答案 1 :(得分:0)

你重启了服务器吗? CTRL + C然后再次rails s