| Commit message (Expand) | Author | Age | Files | Lines |
* | Support underscored symbols in Action Mailer config | Andrew White | 2014-01-26 | 1 | -0/+14 |
* | Add the ability to intercept emails before previewing | Andrew White | 2014-01-26 | 1 | -3/+42 |
* | standardize on jruby_skip & rbx_skip | Gaurish Sharma | 2014-01-13 | 1 | -0/+9 |
* | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+3 |
* | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 1 | -3/+0 |
* | `mail()` without arguments is a getter for the current mail. | Yves Senn | 2013-12-02 | 1 | -0/+21 |
* | Ruby's new Hash syntax applied in actionmailer | Mr A | 2013-11-14 | 3 | -3/+3 |
* | Instrument the generation of Action Mailer messages | Daniel Schierbeck | 2013-10-20 | 1 | -3/+6 |
* | Remove unused raw email fixtures | claudiob | 2013-09-12 | 15 | -736/+0 |
* | Don't mutate the Base settings by merge!ing the given value | Akira Matsuda | 2013-09-10 | 1 | -0/+3 |
* | Remove hard require to ActionView from ActionMailer | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+1 |
* | Load AV::Layout to AM::Base in railties | Łukasz Strzałkowski | 2013-08-25 | 2 | -0/+7 |
* | Do not silance mail gem warnings. | Łukasz Strzałkowski | 2013-08-25 | 1 | -5/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-08-17 | 1 | -3/+0 |
|\ |
|
| * | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -3/+0 |
* | | As we are doing debug mode on | Arun Agrawal | 2013-08-02 | 1 | -2/+0 |
|/ |
|
* | Don't mutate the Base settings by merge!ing the given value | Akira Matsuda | 2013-07-26 | 1 | -0/+3 |
* | don't convert mailer default values to procs | Alex Tsukernik | 2013-07-22 | 2 | -1/+6 |
* | Fix AM testcase break with mail 2.5.4. It seems that AM's testcase was wrong. | kennyj | 2013-05-17 | 1 | -1/+1 |
* | Refactored to remove unnecessary setup | Anupam Choudhury | 2013-03-30 | 2 | -10/+0 |
* | drop an unused hash; change slang to SPECIAL | Vipul A M | 2013-03-19 | 1 | -1/+1 |
* | Allow passing interpolations to `#default_i18n_subject`, e.g.: | Olek Janiszewski | 2013-01-24 | 2 | -0/+10 |
* | Remove unneeded tests | Rafael Mendonça França | 2012-12-31 | 2 | -181/+0 |
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 3 | -17/+0 |
* | Merge pull request #8450 from senny/8448_mailer_return_values | Rafael Mendonça França | 2012-12-10 | 2 | -0/+11 |
|\ |
|
| * | The return value from mailer methods is not relevant. | Yves Senn | 2012-12-10 | 2 | -0/+11 |
* | | use _action callbacks in actionmailer | Francesco Rodriguez | 2012-12-08 | 3 | -10/+10 |
|/ |
|
* | Explicit multipart messages respect :parts_order | Nate Berkopec | 2012-11-19 | 1 | -21/+21 |
* | Revert "Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*arg... | Jon Leighton | 2012-10-30 | 1 | -7/+0 |
* | Do not render views when mail() isn't called. (NullMail refactoring) | Yves Senn | 2012-10-28 | 3 | -0/+10 |
* | Update actionmailer with new hash syntax. | Kirill Nikitin | 2012-10-07 | 10 | -112/+112 |
* | Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*args).deliv... | Jon Leighton | 2012-09-28 | 1 | -0/+7 |
* | Support mailer tests using spec DSL | Mike Moore | 2012-09-24 | 1 | -0/+144 |
* | Register mailer tests for minitest's spec DSL | Mike Moore | 2012-09-24 | 1 | -0/+37 |
* | Use synchronous queue by default. Separate queued message delivery jobs from ... | Jeremy Kemper | 2012-09-16 | 3 | -17/+8 |
* | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 2 | -4/+4 |
* | Allow users to configure the queue for the mailers | Rafael Mendonça França | 2012-09-12 | 1 | -8/+1 |
* | Action Mailer async flag is true by default using a Synchronous impl | Santiago Pastorino | 2012-09-11 | 3 | -4/+12 |
* | Allow delivery method options to be set per mail instance | Aditya Sanghi | 2012-09-04 | 1 | -0/+39 |
* | Added missing require. When performing rake test:isolated, test/base_test.rb ... | kennyj | 2012-08-29 | 1 | -0/+1 |
* | Fix ActionMailer tests that depend on run order | Francesco Rodriguez | 2012-08-23 | 1 | -5/+9 |
* | Revert "Merge pull request #7202 from asanghi/perform_deliveries_in_mail" | José Valim | 2012-08-07 | 1 | -13/+0 |
* | allow perform deliveries to be set within mailer action | Aditya Sanghi | 2012-07-30 | 1 | -0/+13 |
* | Fix failing AM test due to missing template | Carlos Antonio da Silva | 2012-07-06 | 1 | -1/+1 |
* | Introduce config.action_mailer.default_from= | Robert Pankowecki | 2012-07-03 | 1 | -0/+13 |
* | Some final syntax fixes | Brian Cardarella | 2012-06-24 | 1 | -2/+1 |
* | Forcing the message sending is no longer necessary | Brian Cardarella | 2012-06-24 | 1 | -9/+0 |
* | Support for custom queues on the mailer | Brian Cardarella | 2012-06-23 | 1 | -5/+16 |
* | Force message delivery despite async | Brian Cardarella | 2012-06-23 | 1 | -0/+8 |