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/fixtures
Brian Cardarella dc7fd821dc Asynchronous ActionMailer
Any ActionMailer class can be set to render and delier messages using
the new Rails Queue.

Some of this work was borrowed (with permission) from Nick Plante's
(zapnap) reqsue_mailer gem.
2012-06-23 14:36:09 -04:00
..
anonymous
another.path/base_mailer
asset_host_mailer
asset_mailer
async_mailer Asynchronous ActionMailer 2012-06-23 14:36:09 -04:00
attachments
auto_layout_mailer Refactor ActionView::Path 2009-04-22 17:24:41 -07:00
base_mailer
base_test
explicit_layout_mailer
first_mailer
i18n_test_mailer
layouts
mail_delivery_test/delivery_mailer
nested_layout_mailer
path.with.dots/funky_path_mailer Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_template_path_with_dots only test path with dots, and stop failing on unrelated mimetype assertion. The image/jpeg multipart content type is already tested in test_explicitly_multipart_messages. 2009-05-27 21:38:23 +02:00
proc_mailer
second_mailer
templates
test_mailer
url_test_mailer Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
raw_email
raw_email2
raw_email3
raw_email4
raw_email5
raw_email6
raw_email7
raw_email8 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
raw_email9
raw_email10
raw_email12
raw_email13
raw_email_quoted_with_0d0a Make sure DOS newlines in quoted-printable text are normalized to unix newlines before unquoting. closes $166 and #4452 2006-09-09 20:16:42 +00:00
raw_email_with_invalid_characters_in_content_type
raw_email_with_nested_attachment
raw_email_with_partially_quoted_subject Make sure quoted-printable text is decoded correctly when only portions of the text are encoded. closes #3154. 2006-09-09 21:14:43 +00:00