1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--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
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
log_subscriber_test.rb
mail_helper_test.rb
mail_layout_test.rb
test_helper_test.rb
test_test.rb
url_test.rb