Does ARMailer work in Rails 2.3 ?!

The branch from http://www.github.com/adzap works in 2.3.

Sean McGilvray Executive Director Identity Theft Specialist Pre-Paid Legal Service’s, Inc. NYSE:PPD Phone: 760-486-1019 smcgilvray@prepaidlegal.com http://www.transferhome.net

It is not the Rails version that is the problem. It is the upgrade to Ruby 1.8.7 or higher that is causing the problem. If you us the http://www.github.com/adzap branch you will be able to get up and running.

Sean McGilvray Executive Director Identity Theft Specialist Pre-Paid Legal Service’s, Inc. NYSE:PPD Phone: 760-486-1019 smcgilvray@prepaidlegal.com http://www.transferhome.net

I know you switched to the new adzap. Did you follow there instructions to getting it up and running that are on the page. It is a little different than the original.

Sean McGilvray

Executive Director Identity Theft Specialist Pre-Paid Legal Service’s, Inc. NYSE:PPD Phone: 760-486-1019 smcgilvray@prepaidlegal.com http://www.transferhome.net

I actually did everything they say on their page - except for:

- "Create a new migration"   (since my "old" db table is already there + I assume it remains the same)

- "Create a new model"   (since my "old" model already exists + I assume it remains the same)

- "Then to run it: $ ar_sendmail"   (since I don't even get to the point where the emails should be stored in the db)

ADZap has a ticketing system at adzap.lighthouseapp.com that will allow you to submit a ticket and he is really quick about replying. Make sure to put in your code and traces that you check how to put those in with the format helper section.

Sean McGilvray

Executive Director Identity Theft Specialist Pre-Paid Legal Service’s, Inc. NYSE:PPD Phone: 760-486-1019 smcgilvray@prepaidlegal.com http://www.transferhome.net

Ok, I will do that - thanks!

Tom Ha wrote in post #800549:

Here's the solution for those of you who will encounter the same issue ("the class reloading issue"):

Drop the file attached (ar_mailer_patch.rb) into you initializers folder.

The file uses the explicit Email class name instead of the class variable, to create the email record.

Kudos to Adam Meehan (adzap-ar_mailer) for providing the solution! Tom

Thanks a lot for this post. I have been facing issues with ar_mailer and now able to make it work with the file you provided (ar_amiler_patch.rb). Thanks a lot...