aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* Prefer to pass block when logging.Guo Xiang Tan2014-07-181-11/+13
* Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]Santosh Wadghule2014-07-141-1/+1
* Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-012-7/+7
* Add configuration to enable mail previewsLeonard Garvey2014-07-012-1/+21
* Merge pull request #15815 from DNNX/mail-helper-refactoringRafael Mendonça França2014-06-191-2/+2
|\
| * Remove unused block parameter from #gsub call in AM::MailHelper#block_formatViktar Basharymau2014-06-191-2/+2
* | Add `logger.debug?` guard to `ActionMailer::LogSubscriber#process`Viktar Basharymau2014-06-191-0/+1
|/
* allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-152-1/+2
* [ci skip] correct doc for `register_preview_interceptor`yuuji.yaginuma2014-06-151-1/+1
* [ci skip] Improve enable_starttls_auto documentation.Juanito Fatas2014-06-111-2/+2
* Restore test deliveries properly in ActionMailer.Zuhao Wan2014-06-071-0/+8
* Pass through AM documentation re: 02d048d [ci skip]Zachary Scott2014-05-262-5/+7
* Use "Action Mailer" as canonical name in documentation [ci skip]Zachary Scott2014-05-261-1/+1
* Add description of ActionMailer::TestHelper module [ci skip]Zachary Scott2014-05-261-0/+2
* [ci skip] Improve formatting and ymlGaurav Sharma2014-04-241-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-071-1/+1
|\
| * :scissors:Zachary Scott2014-02-231-1/+1
* | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* | update version to 4.2.0.alphaYves Senn2014-02-231-1/+1
|/
* Fix render plain docs example in AM::BaseGuillermo Iguaran2014-02-181-2/+2
* Update Docs in favor to use render plain instead of text optionrobertomiranda2014-02-181-3/+3
* Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+1
|\
| * Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
* | Fix typo [ci skip]Rafael Mendonça França2014-02-161-1/+1
* | 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