rails/actionmailer/test
Rafael Mendonça França 45537f00b4 Allow users to configure the queue for the mailers
This allow the users to do:

    config.action_mailer.queue = MyQueue.new

and

    class UsersMailer < ActionMailer::Base
      self.queue = MyQueue.new
    end
2012-09-12 15:32:22 -03:00
..
fixtures Asynchronous ActionMailer 2012-06-23 14:36:09 -04:00
mailers Action Mailer async flag is true by default using a Synchronous impl 2012-09-11 15:11:52 -07:00
abstract_unit.rb Allow users to configure the queue for the mailers 2012-09-12 15:32:22 -03:00
asset_host_test.rb test cases should inherit from AS::TestCase 2012-01-05 17:05:43 -08:00
base_test.rb Action Mailer async flag is true by default using a Synchronous impl 2012-09-11 15:11:52 -07:00
delivery_methods_test.rb Allow delivery method options to be set per mail instance 2012-09-04 22:34:41 +05:30
i18n_with_controller_test.rb Clean up some straggling build failures 2012-04-24 23:55:39 -05:00
log_subscriber_test.rb fixed test_deliver_is_notified need base_mailer 2011-05-25 08:01:56 +05:30
mail_helper_test.rb Fix AM format_paragraph helper method if a first word is long 2012-02-15 12:09:00 +04:00
mail_layout_test.rb test cases should inherit from AS::TestCase 2012-01-05 17:05:43 -08:00
test_helper_test.rb Deprecate the old mailer API that was not deprecated yet. 2010-08-29 20:42:13 -03:00
test_test.rb normalize arg for ActionMailer::TestCase tests method 2011-10-03 14:27:41 +04:00
url_test.rb Clean up some straggling build failures 2012-04-24 23:55:39 -05:00