aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-249-138/+84
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-2412-59/+113
* Handle some TODOs and deprecations.José Valim and Mikel Lindsaar2010-01-241-2/+4
* Finish cleaning up delivery methods implementation.José Valim and Mikel Lindsaar2010-01-242-12/+11
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-2410-260/+227
* Adding failing tests for calling just the action, instead of :create_action_n...José Valim and Mikel Lindsaar2010-01-241-1/+15
* Moving AS::Notifications call to one location in baseJosé Valim and Mikel Lindsaar2010-01-241-5/+2
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...José Valim and Mikel Lindsaar2010-01-247-9/+18
* Set sort order for explicit parts from the collector's template sequenceJosé Valim and Mikel Lindsaar2010-01-241-10/+9
* Add some tests to collector with templates and any.José Valim and Mikel Lindsaar2010-01-233-11/+48
* Make implicit and explicit templates pass through the same part creation proc...José Valim and Mikel Lindsaar2010-01-231-12/+25
* Added basic explicit multipart rendering and testsJosé Valim and Mikel Lindsaar2010-01-231-11/+56
* Get implicit multipart and attachments working together.José Valim and Mikel Lindsaar2010-01-222-18/+79
* First work on implicit multipart.José Valim and Mikel Lindsaar2010-01-223-1/+19
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-224-42/+36
* Add more tests to new API.José Valim and Mikel Lindsaar2010-01-221-33/+82
* Moved deprecated_body.rb to deprecatead_api.rbJosé Valim and Mikel Lindsaar2010-01-221-12/+0
* Merge branch 'master' of git://github.com/rails/railsJosé Valim and Mikel Lindsaar2010-01-221-11/+2
|\
| * Default to sync instrumentation.José Valim2010-01-211-11/+2
* | Added use of AS::Notifications for tmail_compat.rbJosé Valim and Mikel Lindsaar2010-01-221-2/+0
* | Updating deprecated API to sanitize old style attachments hash to work with n...José Valim and Mikel Lindsaar2010-01-221-1/+1
* | Adding tests for attachments['blah.rb'] = {} et alJosé Valim and Mikel Lindsaar2010-01-212-1/+27
* | Mail method accepting all headers set via the hashJosé Valim and Mikel Lindsaar2010-01-211-5/+27
* | Created mail method for new APIJosé Valim and Mikel Lindsaar2010-01-201-4/+42
* | Moved old API into deprecated_api.rb in preparation for new Rails 3 Mailer APIJosé Valim and Mikel Lindsaar2010-01-201-0/+39
* | Fixing failing test on sendmail expectationMikel Lindsaar2010-01-201-1/+1
* | Refactor delivery methods.José Valim2010-01-191-91/+24
* | Get all tests passing.José Valim2010-01-191-7/+2
* | latest updatesMikel Lindsaar2010-01-191-0/+1
* | Merge branch 'master' of git://github.com/rails/rails into railsMikel Lindsaar2010-01-191-6/+4
|\|
| * Bring render_message back for 2.3 compatibility.José Valim2010-01-191-2/+2
| * Bring body(Hash) behavior back.José Valim2010-01-191-3/+1
| * mail.create_path returns an array test fixed [#3712 status:resolved]Santiago Pastorino2010-01-171-1/+1
* | Fixing up base to refactor settingsMikel Lindsaar2010-01-171-4/+4
* | Migrated over to Mail doing delivery.Mikel Lindsaar2010-01-164-23/+60
|/
* Ensure we just send Ruby Stdlib objects in ActionMailer notifications.José Valim2010-01-151-1/+1
* Add subscriber to ActionMailer.José Valim2010-01-142-34/+53
* Return-Path per RFC needs '<' and '>' around the addr_specMikel Lindsaar2010-01-081-1/+6
* Liberalize picky testJeremy Kemper2010-01-071-1/+1
* Autoload AM test case classJoshua Peek2010-01-041-1/+0
* Updating to Mail 1.5.0, including default values for all Message#field_name m...Mikel Lindsaar2010-01-025-58/+58
* Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompatMikel Lindsaar2009-12-311-0/+9
* Adding TMailCompat layer for :set_content_type and friendsMikel Lindsaar2009-12-301-0/+14
* Merge branch 'master' of git://github.com/mikel/rails into mailJeremy Kemper2009-12-2911-112/+178
|\
| * Adding default 8bit encoding if the body has non usascii in itMikel Lindsaar2009-12-281-1/+1
| * Moved sort_parts into Mail, updated mail requirement to 1.4.2Mikel Lindsaar2009-12-281-7/+5
| * Getting rid of some warnings in AM suite.José Valim2009-12-274-8/+10
| * Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-274-26/+55
| |\
| | * adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ...José Valim2009-12-252-11/+46
| | * Make ActionMailer::Base inherit from AbstractController::BaseJosé Valim2009-12-222-5/+7