Welcome Guest | Login

Problems after installing ar_mailer

Well, my application was running fine before attempting to install ar_mailer. My fastcgi processes aren't even starting up with it installed.  Works fine on my local box running webbrick though.  Here's what I did:

1. installed the ar_mailer gem and unpacked the ar_mailer 1.3.1 gem into the vendor folder
2. created my database table and model
3. added require 'action_mailer/ar_mailer' to the environment.rb config file
4. added ActionMailer::Base.delivery_method = :activerecord to my config/environments/production.rb file

That blows up my app.  I can comment out lines in the environment files and everything runs peachy.

I am also unable to run ar_sendmail -h from the shell...I receive a command could not be found error.

Any suggestions?  Thanks in advance.

2007-08-29 07:15 PM

Hi Cfoley,
Welcome to Forums!
We have installed  the gem ar_mailer on the sever. Also here is a nice link: http://blog.segment7.net/articles/2006/08/15/ar_mailer
Let's know how it goes.

2007-08-29 08:54 PM

Thanks for the quick response.  I kind of assumed that it was installed already since it's mentioned in several posts....we all know what assuming does.

Everything works great now.  Thanks a bunch.

2007-08-29 09:04 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.