Rails 3和ActionWebService,ArgumentError(ActionWebService不缺少常量Base!):

时间:2012-01-22 19:31:11

标签: ruby-on-rails-3 actionwebservice

我正在使用Ruby 192-p209,Rails 3.0.3。这是我的Gemfile

gem 'rails', '3.0.3'  
gem 'mysql2', '< 0.3'  
gem 'tomdz-soap4r'  
gem 'reidiculous-actionwebservice', :require => 'actionwebservice'

如果在reidiculous-actionwebservice中取消注释Gemfile,我会在所有网页上收到此错误:

ArgumentError (ActionWebService is not missing constant Base!):

app/controllers/application_controller.rb:1:in <top (required)>'
app/controllers/hello_message_controller.rb:3:in'

0 个答案:

没有答案