創建時使用新的Rails項目:GEM版本要求棄用
rails sample
然後創建使用模型:
script/generate model person first_name:string last_name:string
一切都很好。不過,如果我添加任何寶石,我的environment.rb:
config.gem "authlogic"
並運行相同的發電機,我得到如下:
/Library/Ruby/Gems/1.8/gems/rails- 2.3.5/lib目錄/導軌/ gem_dependency.rb:119:警告: 寶石::依賴#version_requirements 已取消,將在 或之後2010年8月剛剛被刪除
警告出現(我想想),但我如果可能的話,想修復它。任何提示或類似的經歷?
謝謝。
謝謝!我跟着幾個鏈接,並得到了這個提交:http://github.com/rails/rails/commit/268c9040d5c3c7ed30f3923eee71a78eeece8a8a – 2010-04-05 15:40:15