【问题标题】:actionwebservice and rails 3 /actionwebservice 和 rails 3 /
【发布时间】:2011-03-01 14:45:23
【问题描述】:

我正在尝试使用以下方式安装 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)

有什么建议吗?

【问题讨论】:

标签: ruby-on-rails-3 activerecord gem actionwebservice


【解决方案1】:

我遇到了同样的问题。 试试这个宝石:https://github.com/dnordberg/actionwebservice

gem 'actionwebservice', :git => "git://github.com/dnordberg/actionwebservice.git"

【讨论】:

    【解决方案2】:

    尝试使用

    gem install actionwebservice --include-dependencies
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-27
      • 2011-03-18
      • 2012-12-06
      • 2011-08-31
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多