aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Document inline image mailer preview interceptorAndrew White2015-05-041-0/+1
| | | | Explain what the interceptor is used for and how to remove it.
* Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
|
* [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ↵Abdelkader Boudih2014-08-171-1/+1
| | | | ActionMailer::DeliveryJob
* 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 ↵Jeremy Kemper2012-12-211-1/+0
| | | | with Rails 4.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
| | | | | | | The new option allows any Ruby namespace to be registered and set up for eager load. We are effectively exposing the structure existing in Rails since v3.0 for all developers in order to make their applications thread-safe and CoW friendly.
* 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
| | | | | | | | This is a private place to put those AS features that are used by every component. Nowadays we cherry-pick individual files wherever they are used, but that it is not worth the effort for stuff that is going to be loaded for sure sooner or later, like blank?, autoload, concern, etc.
* 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 2012
| * 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
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | | | | | | | | | add lazy_load_hooks.rb, which allows us to declare code that should be run at some later time. For instance, this allows us to defer requiring ActiveRecord::Base at boot time purely to apply configuration. Instead, we register a hook that should apply configuration once ActiveRecord::Base is loaded. With these changes, brings down total boot time of a new app to 300ms in production and 400ms in dev. TODO: rename base_hook
* 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
|
* Adding TMailCompat layer for :set_content_type and friendsMikel Lindsaar2009-12-301-0/+2
|
* Remove unused code paths and require mail only when it's needed.José Valim2009-12-281-3/+0
|
* Moved sort_parts into Mail, updated mail requirement to 1.4.2Mikel Lindsaar2009-12-281-1/+2
|
* Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-271-13/+3
|\
| * All AM modules are safe to deferJoshua Peek2009-12-221-30/+10
| |
| * Flip deferrable autoload conventionJoshua Peek2009-12-221-13/+18
| |
* | Updating action_mailer to need mail 1.4.1Mikel Lindsaar2009-12-271-1/+1
| |
* | Changing body to use :to_s instead of :decoded... better use caseMikel Lindsaar2009-12-271-1/+1
| |
* | Updating actionmailer to call :to_s on all field values instead of decodedMikel Lindsaar2009-12-271-1/+1
| |
* | Updating requirement for mail to 1.3.4Mikel Lindsaar2009-12-171-1/+1
| |
* | Updating requirement for mail to 1.3.3Mikel Lindsaar2009-12-171-1/+1
| |
* | Merged in latest changes from rails/masterMikel Lindsaar2009-12-171-1/+2
| |
* | Fixes for working with 1.9.1-headMikel Lindsaar2009-12-171-1/+1
| |