2010-09-09 45 views
0

當我運行我的應用程序我得到這個錯誤:「沒有Rake文件找到」 當我運行 「耙寶石:refresh_specs」

config.gem: Unpacked gem rakismet-0.3.6 in vendor/gems has no specification file. 
Run 'rake gems:refresh_specs' to fix this. 

當我運行:

rake gems:refresh_specs 

我得到:

No Rakefile found 

我已經嘗試從應用程序層次結構內的各種目錄的耙子命令沒有成功。

+0

你在你的目錄中有這個'Rakefile'嗎? – shingara 2010-09-09 19:19:25

+0

不需要我需要哪種類型的Rakefile?有預先寫好的,我可以用於這個目的嗎? – Chuck 2010-09-09 19:40:04

回答

1

當您生成一個Rails應用程序時,您會在該應用程序的基本目錄中創建一個Rakefile。這是你應該打電話給rake gem:refresh_specs的目錄。