aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use respond_to test helpersDaniel Colson2018-01-251-2/+2
* Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-defaultRyuta Kamizono2018-01-241-0/+9
|\
| * Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-291-0/+9
* | Fix tests on Mail 2.7Jeremy Daer2017-10-311-16/+15
|/
* Do not generate default alt text in image tagsCameron Cundiff2017-08-171-2/+2
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-0/+2
|\
| * Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-151-2/+2
|\|
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/
* / Avoid stubing on this testRafael Mendonça França2017-04-271-3/+2
|/
* 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