aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* add actionmailer test coverage for undefined delivery methodDmitry Polushkin2014-02-091-1/+1
* Remove an extra comment [ci skip]Robin Dupret2014-01-261-1/+0
* Support underscored symbols in Action Mailer configAndrew White2014-01-261-5/+18
* Don't use a class_attribute for ActionMailer::Base.preview_pathAndrew White2014-01-262-7/+3
* Add the ability to intercept emails before previewingAndrew White2014-01-262-2/+52
* docs should say `email` not `Email`. [ci skip]Yves Senn2014-01-201-1/+1
* removed extra comma [ci skip]Kuldeep Aggarwal2014-01-141-1/+1
* Add preview_path to autoload_paths in after_initializeAndrew White2014-01-042-6/+14
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-17/+18
* document how to access mail previews. [ci skip]Yves Senn2013-12-181-0/+3
* Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
* Add mailer previews feature based on mail_view gemAndrew White2013-12-174-0/+97
* Include AV::Layouts directly in AM::BaseŁukasz Strzałkowski2013-12-051-0/+2
* `mail()` without arguments is a getter for the current mail.Yves Senn2013-12-021-0/+2
* Ruby's new Hash syntax applied in actionmailerMr A2013-11-141-2/+2
* calculate the ivars to remove in advance as a set and cache them in aAaron Patterson2013-11-061-1/+5
* Merge pull request #12591 from vipulnsward/remove_mail_mergeYves Senn2013-10-201-3/+3
|\
| * Remove extra variable creation and merge.Vipul A M2013-10-201-3/+3
* | Instrument the generation of Action Mailer messagesDaniel Schierbeck2013-10-202-4/+18
|/
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-09-101-1/+1
* Revert "Port all remaining self.protected_instance_variables to class methods"Łukasz Strzałkowski2013-09-021-4/+2
* Port all remaining self.protected_instance_variables to class methodsŁukasz Strzałkowski2013-08-291-2/+4
* Remove hard require to ActionView from ActionMailerŁukasz Strzałkowski2013-08-252-2/+0
* Require log_subscriberŁukasz Strzałkowski2013-08-251-0/+2
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-251-2/+0
* Include AbsC::Rendering interface in ActionMailerŁukasz Strzałkowski2013-08-251-0/+3
* Do not include AV::RenderingŁukasz Strzałkowski2013-08-251-1/+0
* Integrate ActionMailer with ActionViewŁukasz Strzałkowski2013-08-251-2/+5
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-1/+1
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* | map => map! for stopping extra array creationRajarshi Das2013-08-021-1/+1
|/
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-07-261-1/+1
* don't convert mailer default values to procsAlex Tsukernik2013-07-221-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-05-194-4/+22
|\
| * Revert "ActionMailer::Collector should be nodoc'd"Vijay Dev2013-05-191-1/+1
| * Revert "nodoc ActionMailer module from lib/action_mailer/*.rb"Vijay Dev2013-05-199-9/+9
| * Revert "Document Rails::Generators::MailerGenerator"Vijay Dev2013-05-191-4/+2
| * Fix documentation for ActionMailer template names.Megan Bowra-Dean2013-05-171-4/+4
| * Document Rails::Generators::MailerGeneratorZachary Scott2013-05-151-2/+4
| * nodoc ActionMailer module from lib/action_mailer/*.rbZachary Scott2013-05-159-9/+9
| * Document ActionMailer::MailHelperZachary Scott2013-05-151-0/+3
| * Document ActionMailer::LogSubscriber and ActionMailer::DeliveryMethods::Class...Zachary Scott2013-05-152-0/+6
| * ActionMailer::Collector should be nodoc'dZachary Scott2013-05-151-1/+1
| * Document ActionMailer::Base#set_content_typeZachary Scott2013-05-121-0/+9
* | Extract variable out of loopVipul A M2013-05-131-1/+2
|/
* RDoc style for ActionMailer::Base#mailZachary Scott2013-05-101-23/+25
* Document ActionMailer::Base::default, ::mailer_name, and #mailer_nameZachary Scott2013-05-101-14/+25
* Fix grammar on AM.mailer_name documentation.Hendy Tanata2013-05-061-1/+1
* Add some documentation for AM.mailer_namePrem Sichanugrist2013-05-031-0/+2