idisposable.net: a blog about web 2.0, search, Microsoft, Google, and other fun stuff

Category Archives: soap4r

soap4r vs. Rails: Uninitialized constant when using 1.5.8 with Rails

If the soap4r gem (version 1.5) is breaking your workstation or servers, it might be because there are conflicts between Rails and soap4r both in source code, and in the community. We’ll discuss the source code fix first:
If you are getting this error:

Uninitialized constant when using 1.5.8 with Rails

When running your Rails [...]