| Commit message (Expand) | Author | Age | Files | Lines |
* | Deliver parameterized mail with DeliveryJob | Gannon McGibbon | 2018-11-22 | 5 | -20/+10 |
* | Fix ActionMailer assertion not working for mail defining delivery_job: | Edouard CHIN | 2018-11-21 | 1 | -5/+14 |
* | Merge pull request #22534 from evopark/master | Rafael Mendonça França | 2018-11-19 | 1 | -3/+8 |
|\ |
|
| * | ActionMailer: support overriding template name in multipart | Marcus Ilgner | 2015-12-08 | 1 | -3/+8 |
* | | Parameterized mailers can configure delivery job | Luke Pearce | 2018-10-05 | 2 | -1/+3 |
* | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)' | Sharang Dashputre | 2018-10-02 | 1 | -1/+1 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -1/+1 |
* | | Include test helpers when ActionDispatch::IntegrationTest is loaded | Ricardo Díaz | 2018-09-12 | 1 | -1/+4 |
* | | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification. | Yoshiyuki Kinjo | 2018-09-09 | 2 | -11/+16 |
* | | Skip delivery notification when perform_deliveries is false. | Yoshiyuki Kinjo | 2018-09-08 | 1 | -0/+1 |
* | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | | Fix docs of `assert_no_emails` [ci skip] | bogdanvlviv | 2018-06-29 | 1 | -1/+1 |
* | | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207) | Kota Miyake | 2018-05-30 | 2 | -5/+46 |
* | | Eager autoload mail gem when eager load is true (#32808) | Samuel Cochran | 2018-05-23 | 1 | -0/+7 |
* | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 1 | -1/+1 |
* | | Merge pull request #32427 from tjschuck/small_doc_fixes | Ryuta Kamizono | 2018-04-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Small doc fixes | T.J. Schuck | 2018-04-02 | 1 | -1/+1 |
* | | | Doc fix added missing quote | Michael H | 2018-04-02 | 1 | -1/+1 |
|/ / |
|
* | | Partly revert #32231 | bogdanvlviv | 2018-03-14 | 1 | -4/+2 |
* | | Perform email jobs in #assert_emails | Gannon McGibbon | 2018-03-12 | 1 | -5/+7 |
* | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -3/+3 |
* | | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-default | Ryuta Kamizono | 2018-01-24 | 1 | -1/+11 |
|\ \ |
|
| * | | Fix AM::Base.default proc arity breaking change | Jimmy Bourassa | 2017-08-29 | 1 | -1/+11 |
* | | | Fix typos, update documentation | James Lovejoy | 2018-01-11 | 1 | -1/+1 |
* | | | Move the options for deliver_later up near to the example [ci skip] | Prathamesh Sonpatki | 2018-01-04 | 1 | -12/+12 |
* | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
* | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
* | | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
* | | | Sort mailer previews | Dwight Watson | 2017-11-14 | 1 | -1/+1 |
* | | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 2 | -0/+0 |
* | | | [Action Mailer] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -4/+4 |
* | | | Add assert_enqueued_email_with to ActionMailer::TestHelper | Mikkel Malmberg | 2017-09-27 | 1 | -0/+42 |
* | | | Update Action Mailer doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 3 | -8/+8 |
|/ / |
|
* | | Use tt in doc for action_mailer [ci skip] | Yoshiyuki Hirano | 2017-08-26 | 1 | -1/+1 |
* | | Merge pull request #29559 from kirs/eager-load-controller-actions | Rafael França | 2017-08-11 | 1 | -0/+6 |
|\ \ |
|
| * | | Eager load controller and mailer actions | Kir Shatrov | 2017-07-29 | 1 | -0/+6 |
* | | | Remove outdated comment [ci skip] | Youssef Boulkaid | 2017-08-06 | 1 | -4/+0 |
|/ / |
|
* | | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 18 | -0/+36 |
* | | [Action Mailer] require => require_relative | Akira Matsuda | 2017-07-01 | 2 | -4/+4 |
* | | Fix formatting of `ActionMailer::MessageDelivery` doc [ci skip] | Ryuta Kamizono | 2017-06-16 | 1 | -4/+4 |
* | | Document setting the delivery_job for ActionMailer [ci skip] | Matthew Mongeau | 2017-06-16 | 1 | -0/+16 |
* | | Allow mailers to configure their delivery job | Matthew Mongeau | 2017-06-15 | 2 | -1/+3 |
* | | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 2 | -10/+4 |
* | | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 2 | -6/+3 |
* | | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | | Merge pull request #28835 from fphilipe/master | Rafael França | 2017-05-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Add missing require in ActionMailer | Philipe Fatio | 2017-05-02 | 1 | -0/+1 |
* | | | Merge pull request #28244 from ixti/improve/action-mailer-preview-params | Rafael França | 2017-04-26 | 1 | -2/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Pass request params to ActionMailer::Preview | Alexey Zapparov | 2017-03-01 | 1 | -2/+8 |
* | | | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -2/+2 |