When I start in passenger, I get the error:
Expected /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/adzap-ar_mailer-2.1.5/lib/action_mailer/ar_mailer.rb to define ActionMailer::ARMailer
It looks like that file defines ActionMailer::Base instead of ARMailer as the original ar_mailer plugin.
If I change that to define class ActionMailer::ARMailer < ActionMailer::Base, I get past that error but then get an email_class error when running ar_sendmail. It looks like that is hardcoded to ActionMailerBase but if I change that to ActionMailer::ARMailer then everything works.
Is this a problem with this version or is it something to do with my install setup?
Apologies, I had accidentally merge in a branch which broke ar_sendmail. I have pushed a new version (2.1.2) to fix this.