actionwebservice和Rails 3 / [英] actionwebservice and rails 3 /

查看:216
本文介绍了actionwebservice和Rails 3 /的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在一个轨道三期工程尝试使用安装actionwebservice:

I'm on a rails 3 project trying to install actionwebservice using:

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)

有什么建议?

推荐答案

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

I had the same problem. Try this gem: https://github.com/dnordberg/actionwebservice

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

这篇关于actionwebservice和Rails 3 /的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆