I am trying to use Ar_Mailer as described in several tutorials but when I do ar_sendmail I am getting an error.
Unhandled exception No such file or directory - /usr/local/lib/ruby/gems/1.8/gems/typo-4.1.1/config/database.yml(Errno::ENOENT):
/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/initializer.rb:506:in `read'
...
...
From the error I see rails-2.0.2 although I am using a different rails version (properly specified in environment.rb), could this be the cause or is it something else??