aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-063-4/+38
|\
| * Remove unnecessary condition in content_typeMQuy2017-01-061-1/+1
| * Add document in mailerMQuy2016-12-061-0/+13
| * Fix wrong typo in testMQuy2016-12-051-1/+1
| * Add changelog for custom content typeMQuy2016-12-011-0/+12
| * allow context type when set body mailMQuy2016-11-302-4/+13
* | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-054-4/+4
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...Rafael França2017-01-031-1/+1
|\ \
| * | Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* | | Remove unneeded Deprecation.silenceRafael Mendonça França2017-01-031-3/+1
|/ /
* | Bump license years for 2017Jon Moss2016-12-312-2/+2
* | Privatize unneededly protected methods in Action MailerAkira Matsuda2016-12-244-27/+20
* | No need to nodoc private methodAkira Matsuda2016-12-241-1/+1
* | Privatize unneededly protected methods in Action Mailer testsAkira Matsuda2016-12-243-3/+3
|/
* update bin/test scripts to prevent double runs.Yves Senn2016-11-211-2/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-299-19/+19
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-103-6/+6
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-15/+15
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-4/+5
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-167-23/+23
* prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-3/+3
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+3
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-064-7/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-068-122/+122
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in the gemspecsXavier Noria2016-08-061-17/+17
* applies new string literal convention in actionmailer/testXavier Noria2016-08-0617-257/+257
* applies new string literal convention in actionmailer/libXavier Noria2016-08-0615-47/+47
* remove `-t` option from default sendmail arguments [ci skip]yuuji.yaginuma2016-07-062-2/+2
* Do not suggest nonsensical OpenSSL verify modes [ci skip]Jonne Haß2016-06-071-3/+2
* fix grammarRajat Bansal2016-05-311-1/+1
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-157-23/+161
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-102-142/+3
* Update rails-dom-testing gem to 2.0Connor Shea2016-05-091-1/+1
* Add :ssl/:tls to ActionMailer [ci skip]Pedro Adame Vergara2016-05-091-0/+1
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-062-1/+6
* Merge pull request #24589 from vipulnsward/am-fragment-cacheRafael França2016-05-055-3/+62
|\
| * Expand on Action Mailer Fragment caching testsVipul A M2016-04-175-3/+62
* | Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* | Clear ActionMailer deliveries on setup and teardownarktisklada2016-04-252-1/+42
* | Small typo on a method name:Edouard CHIN2016-04-151-2/+2
|/
* Merge pull request #24525 from tomkadwill/action-mailer-base-docs2Vipul A M2016-04-141-3/+3
|\