aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add the ability to intercept emails before previewingAndrew White2014-01-261-3/+42
* `mail()` without arguments is a getter for the current mail.Yves Senn2013-12-021-0/+21
* don't convert mailer default values to procsAlex Tsukernik2013-07-221-0/+4
* Allow passing interpolations to `#default_i18n_subject`, e.g.:Olek Janiszewski2013-01-241-0/+6
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-13/+0
* Merge pull request #8450 from senny/8448_mailer_return_valuesRafael Mendonça França2012-12-101-0/+6
|\
| * The return value from mailer methods is not relevant.Yves Senn2012-12-101-0/+6
* | use _action callbacks in actionmailerFrancesco Rodriguez2012-12-081-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-281-0/+6
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-32/+32
* Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*args).deliv...Jon Leighton2012-09-281-0/+7
* Use synchronous queue by default. Separate queued message delivery jobs from ...Jeremy Kemper2012-09-161-16/+7
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-2/+2
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-3/+3
* 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
* 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-231-0/+14
* raise an error if no implicit mailer template could be foundDamien Mathieu2012-06-201-0/+7
* mailer can be anonymousSergey Nartimov2012-05-131-0/+13
* 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
* remove checks for encodings availabilitySergey Nartimov2011-12-251-2/+2
* remove AM delegating register_observer and register_interceptor to Mail and i...Josh Kalderimis2011-04-041-0/+40
* 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
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-3/+0
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-261-0/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-8/+8
* 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-241-129/+27
* Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfoSantiago Pastorino2010-07-021-0/+1
* 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-071-0/+17
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* 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
* template_name and template_path should not be added to mail headers.José Valim2010-04-131-5/+5
* Fixing up attachment encoding specs to work with latest mail - and be correctMikel Lindsaar2010-03-281-2/+18
* Mail now correctly bundles up the charset into the content type fieldMikel Lindsaar2010-03-281-7/+7
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-22/+36
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-0/+2