Hello,
I have problem with ActionMailer, when I try to execute action:
rake send_email
I get a error:
I had a similiar issue. I had missed adding the gem 'haml-rails' in my Gemfile. Check if you are missing the gem.