aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+16
* Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-0/+19
* Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-061-0/+5
|\
| * Fix wrong typo in testMQuy2016-12-051-1/+1
| * allow context type when set body mailMQuy2016-11-301-0/+5
* | Privatize unneededly protected methods in Action Mailer testsAkira Matsuda2016-12-241-1/+1
|/
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-81/+81
* Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte...Sean Griffin2015-11-231-78/+0
* Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptorSean Griffin2015-11-231-0/+78
|\
| * ActionMailer::Base can unregister interceptor(s).Claudio Ortolina2015-01-311-0/+78
* | change test method name to the appropriate nameyuuji.yaginuma2015-09-191-1/+1
* | Added test for `any` if called without specifying any format Ronak Jangir2015-09-181-0/+7
* | Removed mocha from ActionMailerRonak Jangir2015-08-201-40/+71
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* | Fix assertion that was never runclaudiob2015-01-111-1/+1
|/
* Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-291-1/+26
* Only include the needed assertionsRafael Mendonça França2014-10-071-1/+1
* fix tests on action_mailerschneems2014-10-071-2/+4
* Allow attaching files while the mail view is renderedChristian Felder (masone)2014-09-221-0/+14
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-201-18/+18
* [ActiveJob] Use globalid gemAbdelkader Boudih2014-08-171-1/+0
* Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-141-2/+3
* use :test delivery method for `base_test.rb`Yves Senn2014-08-131-1/+3
* Raise an exception when attachments are added after `mail` was called.Yves Senn2014-07-291-0/+39
* Fix state leaks in actionmailer/test/base_test.rb.Zuhao Wan2014-05-071-102/+157
* Fix MailerPreview broken testsArthur Neves2014-03-151-4/+4
* Make sure we clean preview_interceptorsArthur Neves2014-03-071-0/+1
* Support underscored symbols in Action Mailer configAndrew White2014-01-261-0/+14
* 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