不可读:bootstrap-链轮仅在 git 合并后

Unreadable: bootstrap-sprockets only after git merge

我是 RoR 的新手,正在学习 Hartl 的 Rails 教程。完成第 5.4 章后,所有测试均通过:

6 tests, 14 assertions, 0 failures, 0 errors, 0 skips

紧接着,我继续Chapter 5.5 instructions:

$ git add -A
$ git commit -m "Finish layout and routes"
$ git checkout master
$ git merge filling-in-layout
$ rails test

但是现在测试 return:

6 tests, 0 assertions, 0 failures, 6 errors, 0 skips

所有错误包含:

ActionView::Template::Error: File to import not found or unreadable: bootstrap-sprockets.

我也在 Cloud9 运行 IDE 给出了什么?

尝试 运行 bundle install 在您的 master 分支文件夹中,因为我可以看到您只将它安装在这个 filling-in-layout 分支中。