This project is archived and is in readonly mode.

#3884 ✓invalid
Kieran P

Rails 3: Removing action mailer require from applicaton.rb causes development and production environment failures

Reported by Kieran P | February 7th, 2010 @ 05:55 AM

Removing action mailer require from applicaton.rb causes development and production environment failures because ActionMailer isn't required, but the files use config.action_mailer

It's simple to comment these out, but Rails shouldn't barf on this I don't think. It should say something like "Configuration action mailer doesn't exist in development.rb" but continue loading, i.e. ignore the config line

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages