You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soap4r
Is anyone using Soap4r on Edge Rails? I just pulled it down, to use
some of the new caching features, and the "hack" listed here:
http://dev.ctor.org/soap4r/wiki/RailsAndSoap4R no longer works.
Just wondering if anyone else had worked around it yet.
Lori M Olson
unread,
May 11, 2008, 11:17:34 AM5/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soap4r
Ok, never mind, I figured it out. You can stop hacking boot.rb, and
just put
gem 'soap4r'
in your environment.rb file, which is where it always belonged,
anyway.