Using twitter bootstrap 3 with rails using bootstrap-sass gem

Ami*_*ian 4 css ruby ruby-on-rails twitter-bootstrap bootstrap-sass

Right now my bootstrap css version is v2.3.2 with following gem

gem 'bootstrap-sass', '~> 2.3.2.1'
Run Code Online (Sandbox Code Playgroud)

I tried to upgrade it by using following configuration

gem 'bootstrap-sass', git: 'https://github.com/thomas-mcdonald/bootstrap-sass.git', branch: '3'
Run Code Online (Sandbox Code Playgroud)

But after restarting the server and everything the version remained the same

所以我试过bundle exec rake convert,也许它可以解决问题

但它一直在投掷

Don't know how to build task 'convert'
Run Code Online (Sandbox Code Playgroud)

那么有谁知道如何将bootstrap v3实现到我的rails项目中?

Ami*_*ian 10

我不得不运行这个命令

rake tmp:clear
Run Code Online (Sandbox Code Playgroud)

为了从bootstrap v2文件中清除缓存