Using SOAP and other Standard Libraries in Ruby 1.9.2

后端 未结 3 1741
执笔经年
执笔经年 2020-12-29 16:41

So, I recently upgraded to 1.9.2 Ruby, having used 1.8.7 for forever (I wanted to try out Rails 3).

The BIGGEST problem I\'m having is that none of my SOAP require

3条回答
  •  半阙折子戏
    2020-12-29 17:18

    if you are trying rails 3 update your gem file with

    gem 'soap4r', :git => 'git://github.com/felipec/soap4r.git'

    this is updated with fix.

提交回复
热议问题