So, I recently upgraded to 1.9.2 Ruby, having used 1.8.7 for forever (I wanted to try out Rails 3).
The BIGGEST problem I\'m having is that none of my SOAP require
if you are trying rails 3 update your gem file with
gem 'soap4r', :git => 'git://github.com/felipec/soap4r.git'
this is updated with fix.