aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Allow passing interpolations to `#default_i18n_subject`, e.g.:Olek Janiszewski2013-01-242-0/+10
* Remove unneeded testsRafael Mendonça França2012-12-312-181/+0
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-213-17/+0
* Merge pull request #8450 from senny/8448_mailer_return_valuesRafael Mendonça França2012-12-102-0/+11
|\
| * The return value from mailer methods is not relevant.Yves Senn2012-12-102-0/+11
* | use _action callbacks in actionmailerFrancesco Rodriguez2012-12-083-10/+10
|/
* Explicit multipart messages respect :parts_orderNate Berkopec2012-11-191-21/+21
* Revert "Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*arg...Jon Leighton2012-10-301-7/+0
* Do not render views when mail() isn't called. (NullMail refactoring)Yves Senn2012-10-283-0/+10
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-0710-112/+112
* Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*args).deliv...Jon Leighton2012-09-281-0/+7
* Support mailer tests using spec DSLMike Moore2012-09-241-0/+144
* Register mailer tests for minitest's spec DSLMike Moore2012-09-241-0/+37
* Use synchronous queue by default. Separate queued message delivery jobs from ...Jeremy Kemper2012-09-163-17/+8
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-142-4/+4
* Allow users to configure the queue for the mailersRafael Mendonça França2012-09-121-8/+1
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-113-4/+12
* Allow delivery method options to be set per mail instanceAditya Sanghi2012-09-041-0/+39
* Added missing require. When performing rake test:isolated, test/base_test.rb ...kennyj2012-08-291-0/+1
* Fix ActionMailer tests that depend on run orderFrancesco Rodriguez2012-08-231-5/+9
* Revert "Merge pull request #7202 from asanghi/perform_deliveries_in_mail"José Valim2012-08-071-13/+0
* allow perform deliveries to be set within mailer actionAditya Sanghi2012-07-301-0/+13
* Fix failing AM test due to missing templateCarlos Antonio da Silva2012-07-061-1/+1
* Introduce config.action_mailer.default_from=Robert Pankowecki2012-07-031-0/+13
* Some final syntax fixesBrian Cardarella2012-06-241-2/+1
* Forcing the message sending is no longer necessaryBrian Cardarella2012-06-241-9/+0
* Support for custom queues on the mailerBrian Cardarella2012-06-231-5/+16
* Force message delivery despite asyncBrian Cardarella2012-06-231-0/+8
* Asynchronous ActionMailerBrian Cardarella2012-06-233-0/+18
* raise an error if no implicit mailer template could be foundDamien Mathieu2012-06-209-0/+7
* mailer can be anonymousSergey Nartimov2012-05-132-0/+14
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+0
* No need to work around 1.8 warnings anymore.Marcelo Silveira2012-05-031-13/+1
* Clean up some straggling build failuresJose and Yehuda2012-04-242-3/+3
* Add ability to define callbacks in ActionMailer using AbstractController::Cal...Justin S. Leitgeb2012-03-111-0/+46
* Fix broken testsSantiago Pastorino2012-03-101-0/+2
* Fix actionmailer tests broken by #4751a69Justin S. Leitgeb2012-03-101-1/+1
* Fix AM format_paragraph helper method if a first word is longAlexey Vakhov2012-02-151-0/+13
* Cosmetic fixes in block_format AM helper method + testAlexey Vakhov2012-02-151-0/+31
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* test cases should inherit from AS::TestCaseAaron Patterson2012-01-052-2/+2
* remove checks for encodings availabilitySergey Nartimov2011-12-251-2/+2
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-8/+5
* normalize arg for ActionMailer::TestCase tests methodAlexey Vakhov2011-10-031-0/+28
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-1/+1
* fixed test_deliver_is_notified need base_mailerArun Agrawal2011-05-251-0/+1
* Removed deprecated ActionMailer API and related testsJosh Kalderimis2011-05-245-1324/+3
* Updating to use Mail v2.3.0Mikel Lindsaar2011-04-261-5/+5
* remove AM delegating register_observer and register_interceptor to Mail and i...Josh Kalderimis2011-04-041-0/+40