aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update ActionMailer base documentation [ci skip]Tom Kadwill2016-04-131-3/+3
* | Merge pull request #24497 from vipulnsward/am-changelog-passYves Senn2016-04-111-4/+3
|\ \
| * | Pass over AM changelogVipul A M2016-04-101-4/+3
| |/
* / Update ActionMailer Views documentation [ci skip]Tom Kadwill2016-04-101-1/+1
|/
* Merge pull request #24457 from jeremy/mailer/dont-deliver-later-after-message...Jeremy Daer2016-04-083-2/+40
|\
| * Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-073-2/+40
* | remove blank line generated in application_mailer.rbyuuji.yaginuma2016-04-081-1/+1
|/
* Sendmail default arguments match Mail::SendMailarktisklada2016-04-053-2/+8
* Suppress warningsyui-knk2016-03-312-6/+12
* Pass over CHANGELOGs [ci skip]Prathamesh Sonpatki2016-03-301-3/+1
* Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailerRafael França2016-03-232-2/+13
|\
| * Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-122-2/+13
* | Fix generator test to match to use the stringRafael Mendonça França2016-03-211-1/+1
* | switched layout :mailer to a string so that mail layout can be properly found...Matt Hall2016-03-171-1/+1
|/
* improve some codeSen-Zhang2016-03-111-2/+4
* generate application_mailer.rb if it is missingSen-Zhang2016-03-112-0/+8
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* Prevent not-intended loading of `ActionDispatch::IntegrationTest`yui-knk2016-03-071-2/+2
* Update base.rbSarah A2016-03-031-1/+1