我啓動我的雜種服務器時出現此錯誤...我該如何解決這個錯誤? config.gem:解包寶石authlogic-2.1.3供應商/寶石沒有規範文件
$ script/server --debugger
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
config.gem: Unpacked gem authlogic-2.1.3 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
=> Debugger enabled
=> Call with -d to detach
=> Ctrl-C to shutdown server
當我運行耙寶石:refresh_specs像它暗示我得到另一個錯誤:
rake aborted!
undefined method `installed_source_index' for #<Gem::SourceIndex:0x100551a58>
任何想法如何解決這個問題?
工作就像一個魅力!感謝隊友:) –
這給了我一個錯誤 - 「錯誤:未知的寶石'authlogic'」 任何想法如何解決這個問題? – Elitecoder
gem install authlogic - 我有同樣的問題,我教它已經安裝... – ecoologic