10
在Rails App上安装Bootstrap 3
我正在尝试在我的Rails应用程序上安装Bootstrap 3.0。我最近完成了Michael Hartl的教程,现在正在尝试使用此新版本的Bootstrap构建我自己的系统,但是我有一些不确定的问题。 我的系统规格: MBP上的OS X Mountain Lion Rails 4.0 Ruby 2.0 我有问题: 我的Gemfile中使用的最好的宝石是什么?我发现了其中一些。 我要导入什么custom.css.scss?我在某处读到它不同于2.3.2。 要使Bootstrap正常工作,我还有其他事情要做吗,或者其余步骤是否与我对Bootstrap 2.3.2遵循的步骤相同? 编辑 这是GitHub上的bootstrap-rails项目首先要说的: gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails', :github => 'anjlab/bootstrap-rails' 然后说要做: gem 'anjlab-bootstrap-rails', '>= 3.0.0.0', :require => 'bootstrap-rails' 他们做同样的事情,还是必须同时做它们?