所以我試圖用omniauth添加Facebook驗證,發現我無法生成使用的Rails 4.1:無法生成器,讓「包安裝」錯誤
rails generate controller Sessions new create destroy
控制器,因爲我得到以下錯誤消息:
Could not find bootstrap-sass-3.2.0.2 in any of the sources
Run `bundle install` to install missing gems.
我試圖卸載並重新安裝的寶石有不同的版本,但沒有成功runding包更新等。 我正在運行軌4.1.5和使用紅寶石2.1.2。 這裏是我的Gemfile當前行:
gem 'bootstrap-sass', '~> 3.2.0
我在應用程序的目錄,並試圖運行與束exec命令,但沒有改變。
包安裝後,您能得到什麼?它是否爲你安裝bootstrap-sass? – Mandeep 2014-09-18 16:38:22
Bundle安裝成功運行,捆綁更新也是如此,並且我擁有正確的寶石和版本。 – user4055262 2014-09-18 20:38:26