Question

I'm using Ruby 192-p209, Rails 3.0.3. Here is my Gemfile:

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

And I get this error on all pages, if uncomment reidiculous-actionwebservice in 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'

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top