你好我正在尝试使用rails 2.3.8 + actionwebservice。使用ruby 1.8.7可以,但是当我切换到1.9.2时,我有下一个错误 .rvm / gems / ruby-1.9.2-p180 @ rails2 / gems / activesupport-2.3.8 / lib / active_support / dependencies.rb:156:在`require'中:没有要加载的文件 - soap / rpc / driver (MissingSourceFile)
gemfile:
source 'http://rubygems.org'
gem "rails", "2.3.8"
gem "sqlite3-ruby", :require => "sqlite3"
gem "mysql2"
gem 'athlite-actionwebservice', :require => 'actionwebservice', :git => "git://github.com/athlite/actionwebservice.git"
宝石-v 1.8.6
由于
答案 0 :(得分:1)
ruby 1.8中提供的soap驱动程序已在ruby 1.9中删除
你需要按照以下答案的说明自己为ruby 1.9制作肥皂:Using SOAP and other Standard Libraries in Ruby 1.9.2