Hi
Has anyone managed to get these two to work together in one script? I
get
script/runner -e staging ‘load “lib/check_balance.rb”’
LoadError
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/runner.rb:27:
NoMethodError (NoMethodError)
from
/usr/lib/ruby/gems/1.8/gems/actionmailer-1.2.5/lib/action_mailer/base.rb:338:in
`create!’
which I guess is caused by both defining a similar send method ?
Soap4r seems to continue to work with ActionMailer there, but
ActionMailer just raises the Error once I include the soap4r code.
Any ideas?
Erik