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
Nate Berkopec 9cf33b55f3 Explicit multipart messages respect :parts_order
As issue #7978, the order in which ActionMailer
sends multipart messages could be unintentionally
overwritten if a block is passed to the mail
method. This changes the mail method such that
:parts_order is always respected, regardless of
whether a block is passed to mail.
2012-11-19 11:27:22 -05:00
..
fixtures Do not render views when mail() isn't called. (NullMail refactoring) 2012-10-28 20:45:43 +01:00
mailers Do not render views when mail() isn't called. (NullMail refactoring) 2012-10-28 20:45:43 +01:00
abstract_unit.rb Use synchronous queue by default. Separate queued message delivery jobs from the queued message wrappers so the queue itself needn't be marshaled (due to queue reference QueuedMessage). 2012-09-16 22:37:47 -07:00
asset_host_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00
base_test.rb Explicit multipart messages respect :parts_order 2012-11-19 11:27:22 -05:00
delivery_methods_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00
i18n_with_controller_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04: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 Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00
mail_layout_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00
spec_type_test.rb Register mailer tests for minitest's spec DSL 2012-09-24 14:31:05 -06:00
test_helper_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00
test_test.rb Support mailer tests using spec DSL 2012-09-24 14:46:58 -06:00
url_test.rb Update actionmailer with new hash syntax. 2012-10-07 21:54:14 +04:00