3
我在一個軌道3項目試圖安裝actionwebservice使用:actionwebservice和Rails 3/
gem 'rails', '3.0.4'
gem 'actionwebservice', :git => 'https://github.com/ywen/actionwebservice.git'
而我得到的錯誤:
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
actionwebservice depends on
activerecord (= 2.3.5)
rails (= 3.0.4) depends on
activerecord (3.0.4)
有什麼建議?
好像http://stackoverflow.com/questions/3993500/ruby-on-rails-3-and-how-的副本對做的Web服務。 – 2011-05-20 11:53:06