aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-041-0/+1
* Eager autoload mail gem when eager load is true (#32808)Samuel Cochran2018-05-231-0/+7
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* [Action Mailer] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* [Action Mailer] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add missing require in ActionMailerPhilipe Fatio2017-05-021-0/+1
* Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-281-0/+1
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-9/+9
* Update copyright notice for 2016Guillermo Iguaran2016-01-011-1/+1
* When used by ActionMailer, ActionView should automatically use the correct MI...Isaac Betesh2015-09-091-0/+7
* Document inline image mailer preview interceptorAndrew White2015-05-041-0/+1
* Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
* [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv...Abdelkader Boudih2014-08-171-1/+1
* Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-141-1/+2
* Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-131-0/+1
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+2
* Remove hard require to ActionView from ActionMailerŁukasz Strzałkowski2013-08-251-1/+0
* Updated copyright notices for 2013Andrew Nesbitt2012-12-311-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-1/+0
* make ActionMailer::QueuedMessage autoloadableYves Senn2012-11-181-0/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-1/+4
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+1
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+0
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | use Array#uniq in AM instead of deprecated Array#uniq_bySergey Nartimov2011-12-241-1/+0
|/
* Removed deprecated ActionMailer API and related testsJosh Kalderimis2011-05-241-2/+0
* We're in 2011, let's update our licensePrem Sichanugrist2011-02-221-1/+1
* Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-101-0/+1
* Remove the deprecated API from ActionMailer.José Valim2010-08-291-1/+0
* Unforce text-format from AMSantiago Pastorino2010-06-011-6/+0
* Cleaning up Action Mailer spelling with and without the spaceMikel Lindsaar2010-05-021-1/+1
* Removing quoting and adding Mail 2.3.5Mikel Lindsaar2010-04-111-1/+0
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+1
* Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-1/+9
* Unvendor'd text-format, now requires text-format gemMikel Lindsaar2010-01-281-1/+1
* Maintain old_api and deprecated_api in different files.José Valim and Mikel Lindsaar2010-01-241-0/+1
* Added basic explicit multipart rendering and testsJosé Valim and Mikel Lindsaar2010-01-231-0/+1
* Moved deprecated_body.rb to deprecatead_api.rbJosé Valim and Mikel Lindsaar2010-01-221-1/+0
* Moved old API into deprecated_api.rb in preparation for new Rails 3 Mailer APIJosé Valim and Mikel Lindsaar2010-01-201-0/+1
* Refactor delivery methods.José Valim2010-01-191-0/+1
* Removed autoload of DeliveryMethodsMikel Lindsaar2010-01-161-1/+0
* Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompatMikel Lindsaar2009-12-311-2/+0