I was able to fix it.
ActionWebService is located in
vendor/plugins/datanoise-actionwebservice-c076ac1
$ ls vendor/plugins/datanoise-actionwebservice-c076ac1
actionwebservice.gemspec
CHANGELOG
examples
generators
install.rb
lib
MIT-LICENSE
Rakefile
README
setup.rb
test
TODO
I've added a new file
vendor/plugins/datanoise-actionwebservice-c076ac1/init.rb
with the following line:
require 'actionwebservice'
After this change I've got the following error:
uninitialized constant
ActionWebService::Dispatcher::ActionController::RoutingError (NameError)
from
/home/vir/work/mmsd_iface/app/controllers/application_controller.rb:22
I've fixed it by replacing all occurances of ActionController module
with "::ActionController". With double colon I explicitly stated that
it's a top-level module.
After this change everything worked fine.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment