I need to use the lastest build of the soap4r on my rails app hosted at
TextDrive. I have put the soap4r files into vendors and was hoping to
append the dir to the lookup path doing:
$:.unshift("#{RAILS_ROOT}/vendor/soap4r/lib")
Unfortunately, it seems to be using the files in
/usr/local/lib/ruby/1.8. Am I missing something here to get this
working?
Cheers,
Nicholas