aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-021-0/+3
* Merge pull request #10646 from kennyj/fix_am_20130517Rafael Mendonça França2013-05-201-1/+1
* Backport #8450, the return value from mailer methods is not relevant.Yves Senn2012-12-102-0/+11
* Merge pull request #8048 from senny/7761_dont_render_view_without_mail_callRafael Mendonça França2012-10-283-0/+10
* Merge pull request #6018 from lest/patch-1Carlos Antonio da Silva2012-05-142-0/+14
* 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
* publicise ActionMailer::MailHelper.format_paragraphDiego Carrion2011-03-091-0/+13
* Fixed indentation in actionmailer base_test [#6538 state:committed]Dalibor Nasevic2011-03-071-2/+2
* No need of instance variableDalibor Nasevic2011-03-021-3/+3
* Fixed typos in asset_host_testDalibor Nasevic2011-03-021-2/+2
* removing text-format in favor of a more simple solutionAaron Patterson2011-02-091-2/+1
* Solve SystemStackError when changing locale inside ActionMailer [#5329 state:...José Valim2011-01-191-10/+6
* Added a testcase for bug [#5329]Frank Fischer2011-01-192-0/+54
* turn off deprecation silencingAaron Patterson2011-01-121-1/+8
* Remove old workaround for mocha bug. [#3886 state:committed]James Mead2010-10-081-4/+1
* Fix action mailer tests after old mapper removalPiotr Sarnacki2010-09-051-5/+3
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-2910-80/+40
* Remove the deprecated API from ActionMailer.José Valim2010-08-292-119/+1
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-263-0/+11
* Silence warnings for Encoding.default_external= and Encoding.default_internal=Santiago Pastorino2010-08-221-3/+6
* Set default_internal and default_external on AM for testing purposesSantiago Pastorino2010-08-211-1/+8
* Fixes some ActionMailer testsSantiago Pastorino2010-08-143-4/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1419-61/+61
* Reload action_methods in AbstractController after defining new method.Piotr Sarnacki2010-08-041-0/+12
* Move config_accessor :asset_host from ActionController::Base to AbstractContr...Jeroen van Dijk and Josh Kalderimis2010-07-245-129/+165
* Avoids deprecation warning running testsSantiago Pastorino2010-07-041-5/+7
* Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfoSantiago Pastorino2010-07-021-0/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-4/+4
* Fixes encoding mistakes on old_base/mail_service testsSantiago Pastorino2010-06-231-3/+3
* Move ActionMailer::TC to AV::TC::BehaviorDavid Chelimsky2010-06-121-0/+2
* subject is automatically looked up on I18n using mailer_name and action_name ...José Valim2010-06-121-1/+1
* Adding inline attachment support to ActionMailerMikel Lindsaar2010-06-073-0/+26
* Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit)Mikel Lindsaar2010-06-071-3/+3
* Use better assertion methods for testingNeeraj Singh2010-05-195-20/+20
* Use assert_equal correctly in actionmailer test (exposing one as broken)Neeraj Singh2010-05-181-2/+3
* Changed encoding behaviour of mail, so updated tests in actionmailer and bump...Mikel Lindsaar2010-05-141-3/+3
* Adding ability for the procs to be called within the instance, allows you to ...Mikel Lindsaar2010-05-021-1/+14
* Adding ability to pass proc's to the ActionMailer class default methodMikel Lindsaar2010-05-021-0/+17
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-2/+0
* template_name and template_path should not be added to mail headers.José Valim2010-04-131-5/+5
* New mail is more intelligent on encoding and decodingMikel Lindsaar2010-04-111-3/+3
* Cleaning up expectations from the new way mail does itMikel Lindsaar2010-04-111-3/+3
* Moved test of QP into mailMikel Lindsaar2010-04-111-4/+0
* Don't need no quoting test, done in mailMikel Lindsaar2010-04-111-106/+0
* Mail::Part now no longer has nil as a default charset, it is always set to so...Mikel Lindsaar2010-04-111-1/+1