2014-09-23 25 views
0

我在與基金會的圖標 - 薩斯護欄捆綁安裝基礎,圖標,青菜,軌道3

當我安裝捆綁的一個問題,它會安裝沒有問題。

$ bundle install 
Fetching gem metadata from https://rubygems.org/......... 
Using rake 10.3.2 
Using i18n 0.6.11 
Using json 1.8.1 
Using minitest 5.4.1 
Using thread_safe 0.3.4 
Using tzinfo 1.2.2 
Using activesupport 4.1.4 
Using builder 3.2.2 
Using erubis 2.7.0 
Using actionview 4.1.4 
Using rack 1.5.2 
Using rack-test 0.6.2 
Using actionpack 4.1.4 
Using mime-types 1.25.1 
Using polyglot 0.3.5 
Using treetop 1.4.15 
Using mail 2.5.4 
Using actionmailer 4.1.4 
Using activemodel 4.1.4 
Using arel 5.0.1.20140414130214 
Using activerecord 4.1.4 
Using bcrypt 3.1.7 
Using coffee-script-source 1.8.0 
Using execjs 2.2.1 
Using coffee-script 2.3.0 
Using thor 0.19.1 
Using railties 4.1.4 
Using coffee-rails 4.0.1 
Using orm_adapter 0.5.0 
Using warden 1.2.3 
Using devise 3.3.0 
Using sass 3.2.19 
Using hike 1.2.3 
Using multi_json 1.10.1 
Using tilt 1.4.1 
Using sprockets 2.11.0 
Using sprockets-rails 2.1.4 
Using sass-rails 4.0.3 
Installing foundation-icons-sass-rails 3.0.0 
Using foundation-rails 5.4.3.0 
Using jquery-rails 3.1.2 
Using kaminari 0.16.1 
Using mysql2 0.3.16 
Using polyamorous 1.1.0 
Using bundler 1.6.2 
Using rails 4.1.4 
Using ransack 1.3.0 
Using spring 1.1.3 
Using sqlite3 1.3.9 
Using turbolinks 2.3.0 
Using uglifier 2.5.3 
Your bundle is complete! 
Use `bundle show [gemname]` to see where a bundled gem is installed. 

這是試圖啓動軌道控制檯

$ rails c 
Could not find foundation-icons-sass-rails-3.0.0 in any of the sources 
Run `bundle install` to install missing gems. 

我使用RVM與gemsets輸出。 紅寶石2.1.2

我試過刪除gemset和所有的寶石,然後重新安裝等,沒有任何作品。任何關於這個的想法都會很棒,這會讓我失望!

謝謝!

+0

請向我們展示您的'.bundle/config'文件。 – 2014-09-23 06:29:28

回答

1

嘗試運行bin/spring stop以強制您的應用程序重新初始化。

+0

非常感謝你!我簡直不敢相信這件事很簡單! – Sean 2014-09-26 00:35:06