1
bundle install
Fetching source index for http://rubygems.org/
Could not find gem 'annotate-models (= 1.0.4) ruby' in any of the gem sources listed in your Gemfile.
但是很明顯,它在我的gem文件中,不是嗎?Bundle安裝失敗導軌教程
源「http://rubygems.org」
gem 'rails', '3.0.0'
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
gem 'gravatar_image_tag', '0.1.0'
gem 'will_paginate', '3.0.pre2'
gem 'annotate'
group :development do
gem 'rspec-rails', '2.0.1'
gem 'annotate-models', '1.0.4'
gem 'faker', '0.3.1'
end
我加了寶石「註釋」,並試圖什麼其他部分建議堆棧,但沒有成功。任何想法爲什麼它無法在源頭找到寶石?我怎麼可以手動覆蓋這個?謝謝。
rails教程調用了annotate_models,但我重新安裝了所有東西,還沒有跳到那個部分,所以我會穿過那座橋,希望它不會成爲問題。 – Laser 2012-01-16 17:43:04