aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22534 from evopark/masterRafael Mendonça França2018-11-191-3/+8
|\
| * ActionMailer: support overriding template name in multipartMarcus Ilgner2015-12-081-3/+8
* | Parameterized mailers can configure delivery jobLuke Pearce2018-10-052-1/+3
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-1/+1
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-121-1/+4
* | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-092-11/+16
* | Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-081-0/+1
* | Turn on performance based copsDillon Welch2018-07-231-3/+1
* | Fix docs of `assert_no_emails` [ci skip]bogdanvlviv2018-06-291-1/+1
* | ActionMailer::Base can unregister observer(s) and interceptor(s). (#32207)Kota Miyake2018-05-302-5/+46
* | Eager autoload mail gem when eager load is true (#32808)Samuel Cochran2018-05-231-0/+7
* | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* | Merge pull request #32427 from tjschuck/small_doc_fixesRyuta Kamizono2018-04-031-1/+1
|\ \
| * | Small doc fixesT.J. Schuck2018-04-021-1/+1
* | | Doc fix added missing quoteMichael H2018-04-021-1/+1
|/ /
* | Partly revert #32231bogdanvlviv2018-03-141-4/+2
* | Perform email jobs in #assert_emailsGannon McGibbon2018-03-121-5/+7
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* | Merge pull request #30391 from jbourassa/fix-actionmailer-lambda-defaultRyuta Kamizono2018-01-241-1/+11
|\ \
| * | Fix AM::Base.default proc arity breaking changeJimmy Bourassa2017-08-291-1/+11
* | | Fix typos, update documentationJames Lovejoy2018-01-111-1/+1
* | | Move the options for deliver_later up near to the example [ci skip]Prathamesh Sonpatki2018-01-041-12/+12
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* | | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* | | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | | Sort mailer previewsDwight Watson2017-11-141-1/+1
* | | Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* | | [Action Mailer] require_relative => requireAkira Matsuda2017-10-212-4/+4
* | | Add assert_enqueued_email_with to ActionMailer::TestHelperMikkel Malmberg2017-09-271-0/+42
* | | Update Action Mailer doc [ci skip]Yoshiyuki Hirano2017-08-303-8/+8
|/ /
* | Use tt in doc for action_mailer [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* | Merge pull request #29559 from kirs/eager-load-controller-actionsRafael França2017-08-111-0/+6
|\ \
| * | Eager load controller and mailer actionsKir Shatrov2017-07-291-0/+6
* | | Remove outdated comment [ci skip]Youssef Boulkaid2017-08-061-4/+0
|/ /
* | Use frozen string literal in actionmailer/Kir Shatrov2017-07-2318-0/+36
* | [Action Mailer] require => require_relativeAkira Matsuda2017-07-012-4/+4
* | Fix formatting of `ActionMailer::MessageDelivery` doc [ci skip]Ryuta Kamizono2017-06-161-4/+4
* | Document setting the delivery_job for ActionMailer [ci skip]Matthew Mongeau2017-06-161-0/+16
* | Allow mailers to configure their delivery jobMatthew Mongeau2017-06-152-1/+3
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-10/+4
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-6/+3
* | Define path with __dir__bogdanvlviv2017-05-231-1/+1
* | Merge pull request #28835 from fphilipe/masterRafael França2017-05-021-0/+1
|\ \
| * | Add missing require in ActionMailerPhilipe Fatio2017-05-021-0/+1
* | | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-2/+8
|\ \ \ | |/ / |/| |
| * | Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-2/+8
* | | Start Rails 5.2 developmentMatthew Draper2017-03-221-2/+2
* | | Document using `default_url_options` in an ActionMailer class.Krzysztof Zych2017-03-081-0/+3
|/ /
* | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-1/+1