aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/message_delivery.rb
Commit message (Expand)AuthorAgeFilesLines
* Deliver parameterized mail with DeliveryJobGannon McGibbon2018-11-221-1/+1
* Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-1/+1
* Move the options for deliver_later up near to the example [ci skip]Prathamesh Sonpatki2018-01-041-12/+12
* Update Action Mailer doc [ci skip]Yoshiyuki Hirano2017-08-301-1/+1
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* 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-151-1/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-1/+1
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-22/+37
* Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-071-2/+14
* split `process` from mailer instantiationAaron Patterson2015-10-301-1/+5
* Add missing punctuation mark to all ActionMailer docs [ci skip]amitkumarsuroliya2015-09-281-3/+3
* Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re...Kasper Timm Hansen2015-07-071-1/+1
* ActionMailer::MessageDelivery respects current I18n.localeJohannes Opper2015-07-051-1/+1
* Remove unneeded requiresRafael Mendonça França2015-01-041-1/+0
* Remove deprecated ActionMailer deliver & deliver!claudiob2015-01-041-20/+0
* edit pass over all warningsXavier Noria2014-10-281-4/+4
* let's warn with heredocsXavier Noria2014-10-281-4/+13
* [ci skip] add :queue option to deliver_later and deliver_later! documentationyuuji.yaginuma2014-10-191-0/+2
* Rename remaining :in / :at to :wait / :wait_untilCristian Bica2014-09-041-12/+9
* Active Job refactoringCristian Bica2014-09-031-9/+4
* [ci skip] Fix a typo in the doc of MessageDeliveryyuuji.yaginuma2014-09-021-3/+3
* applies API guidelines to new AM docsXavier Noria2014-08-211-27/+27
* [Rdoc] Make clear that we are sending an AR object [ci skip]Abdelkader Boudih2014-08-201-12/+12
* Fix typo in rdoc [ci skip]Abdelkader Boudih2014-08-201-12/+12
* Updated rdoc / guides / release notes related to ActiveJob / ActionMailerCristian Bica2014-08-201-21/+68
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-201-2/+22
* [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv...Abdelkader Boudih2014-08-171-1/+3
* Removed method missing from ActionMailer::MessageDeliveryCristian Bica2014-08-151-4/+0
* Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-141-0/+47