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.