| Commit message (Expand) | Author | Age | Files | Lines |
* | applies new string literal convention in actionmailer/test | Xavier Noria | 2016-08-06 | 17 | -257/+257 |
* | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 2 | -1/+70 |
* | Merge pull request #24589 from vipulnsward/am-fragment-cache | Rafael França | 2016-05-05 | 5 | -3/+62 |
|\ |
|
| * | Expand on Action Mailer Fragment caching tests | Vipul A M | 2016-04-17 | 5 | -3/+62 |
* | | Clear ActionMailer deliveries on setup and teardown | arktisklada | 2016-04-25 | 1 | -0/+38 |
|/ |
|
* | Disallow calling `#deliver_later` after local message modifications. | Jeremy Daer | 2016-04-07 | 1 | -0/+8 |
* | Sendmail default arguments match Mail::SendMail | arktisklada | 2016-04-05 | 1 | -1/+1 |
* | Suppress warnings | yui-knk | 2016-03-31 | 2 | -6/+12 |
* | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -1/+0 |
* | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu... | Stan Lo | 2016-02-23 | 1 | -2/+0 |
* | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an... | Stan Lo | 2016-02-23 | 1 | -1/+0 |
* | Porting ActionController::Caching to ActionMailer::Caching | Stan Lo | 2016-02-23 | 6 | -0/+257 |
* | Remove not used test fixture | yui-knk | 2015-12-30 | 1 | -1/+0 |
* | Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte... | Sean Griffin | 2015-11-23 | 1 | -78/+0 |
* | Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptor | Sean Griffin | 2015-11-23 | 1 | -0/+78 |
|\ |
|
| * | ActionMailer::Base can unregister interceptor(s). | Claudio Ortolina | 2015-01-31 | 1 | -0/+78 |
* | | tests, define `Rails.root` before loading Action Mailer. | Yves Senn | 2015-11-04 | 2 | -8/+8 |
* | | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 |
* | | Added assertion for error messages for nil and unknown delivery methods | Ronak Jangir | 2015-09-22 | 1 | -2/+4 |
* | | change test method name to the appropriate name | yuuji.yaginuma | 2015-09-19 | 1 | -1/+1 |
* | | Added test for `any` if called without specifying any format | Ronak Jangir | 2015-09-18 | 2 | -0/+13 |
* | | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -1/+0 |
* | | Removed mocha from ActionMailer | Ronak Jangir | 2015-08-20 | 4 | -55/+100 |
* | | Make silence a warning inserted by commit #4b3f8ac | yui-knk | 2015-07-30 | 1 | -1/+4 |
* | | Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re... | Kasper Timm Hansen | 2015-07-07 | 1 | -14/+6 |
* | | ActionMailer::MessageDelivery respects current I18n.locale | Johannes Opper | 2015-07-05 | 1 | -6/+14 |
* | | Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_... | Rafael Mendonça França | 2015-06-03 | 1 | -0/+14 |
|\ \ |
|
| * | | Allow configuration of ActionMailer queue name | Chris McGrath | 2015-06-02 | 1 | -0/+14 |
* | | | not require mail file | Gaurav Sharma | 2015-05-29 | 1 | -1/+0 |
* | | | not needed require's | Ankit Gupta | 2015-05-10 | 2 | -2/+0 |
* | | | `assert_emails` in block form use the given number as expected value | yuuji.yaginuma | 2015-05-09 | 1 | -0/+11 |
* | | | Make ActionMailer #cache helper a no-op, not an exception | Javan Makhmali | 2015-04-28 | 1 | -1/+13 |
* | | | Revert "Leave all our tests as order_dependent! for now" | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
* | | | Removing unused mailer templates | Thiago Pradi | 2015-03-01 | 18 | -50/+0 |
* | | | remove noise from AM tests | Aditya Kapoor | 2015-02-07 | 1 | -5/+16 |
* | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 3 | -3/+0 |
* | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -1/+1 |
|/ / |
|
* / | Fix assertion that was never run | claudiob | 2015-01-11 | 1 | -1/+1 |
|/ |
|
* | Add assert_enqueued_emails and assert_no_enqueued_emails | George Claghorn | 2015-01-08 | 1 | -0/+47 |
* | Remove deprecated ActionMailer deliver & deliver! | claudiob | 2015-01-04 | 1 | -19/+0 |
* | Template lookup now respect default locale and I18n fallbacks. | Rafael Mendonça França | 2014-12-29 | 3 | -1/+28 |
* | let the AM test suite pass in 1.9 | Xavier Noria | 2014-11-24 | 1 | -2/+2 |
* | let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman] | Xavier Noria | 2014-11-24 | 2 | -0/+61 |
* | Only include the needed assertions | Rafael Mendonça França | 2014-10-07 | 1 | -1/+1 |
* | fix tests on action_mailer | schneems | 2014-10-07 | 3 | -6/+8 |
* | Allow attaching files while the mail view is rendered | Christian Felder (masone) | 2014-09-22 | 2 | -0/+21 |
* | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | Rename remaining :in / :at to :wait / :wait_until | Cristian Bica | 2014-09-04 | 1 | -3/+5 |
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -12/+12 |
* | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+5 |