Is anyone else getting this error message?
[root@dev /home/users/filmfury]# ./script/console
Loading development environment.
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-0.7.1/lib/
action_web_service/protocol/abstract.rb:71:NameError: uninitialized
constant ActionWebService::Protocol::ActionController
irb(main):001:0>
The message shows up when doing other things as well, such as in
./script/generate. This is after upgrading from 0.11... I uninstalled
all rails-related gems, updated rubygems itself to the latest version,
and did a clean install of 0.12.1 with the same result.
abstract.rb line 71 has the following definition:
class SimpleActionPackRequest < ActionController::AbstractRequest #
:nodoc:
Any ideas? I''m running ruby 1.8.2 and rubygems 0.8.10. Where is this
coming from?
I''m using the latest from all dependency gems:
actionmailer-0.9.1 activesupport-1.0.4 rails-0.12.1
actionpack-1.8.1 fcgi-0.8.5 rake-0.4.15
actionwebservice-0.7.1 mysql-2.5.1 rake-0.5.3
activerecord-1.10.1 payment-0.9
Thanks,
Duane Johnson
(canadaduane)