aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add assert_enqueued_email_with to ActionMailer::TestHelperMikkel Malmberg2017-09-271-0/+42
|/ /
* | Do not generate default alt text in image tagsCameron Cundiff2017-08-173-5/+5
* | Clear mail after testyuuji.yaginuma2017-08-141-3/+2
* | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0121-0/+42
|\ \
| * | Use frozen string literal in actionmailer/Kir Shatrov2017-07-2321-0/+42
* | | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-152-2/+15
|\| |
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0221-21/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0221-0/+21
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-0121-0/+21
| * | | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
| |/ /
| * | Allow mailers to configure their delivery jobMatthew Mongeau2017-06-151-0/+13
* | | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-293-12/+8
|\| |
| * | Define path with __dir__bogdanvlviv2017-05-233-4/+4
| * | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-7/+3
| * | Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* | | Avoid stubing on this testRafael Mendonça França2017-04-271-3/+2
|/ /
* | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-0/+16
|\ \
| * | Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+16
* | | Remove duplicated `delivery_method` definitionyuuji.yaginuma2017-04-071-1/+0
* | | Use better duration aliases in testsAndrew White2017-03-151-2/+2
* | | Don't cast to float unnecessarilyAndrew White2017-03-151-2/+2
* | | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
|/ /
* | Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-0/+19
* | Avoid should in test namesRafael Mendonça França2017-01-301-1/+1
* | Implement respond_to_missing? in the Parameterized::Mailer classRafael Mendonça França2017-01-301-0/+14
* | Make assert_enqueued_emails + assert_no_enqueued_emails consider parameterize...David Heinemeier Hansson2017-01-301-0/+18
* | restore `delivery_method` after testyuuji.yaginuma2017-01-291-4/+1
* | Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-282-0/+55
* | Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-5/+5
* | 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-061-0/+5
|\ \
| * | Fix wrong typo in testMQuy2016-12-051-1/+1
| * | allow context type when set body mailMQuy2016-11-301-0/+5
* | | Remove unneeded Deprecation.silenceRafael Mendonça França2017-01-031-3/+1
* | | Privatize unneededly protected methods in Action Mailer testsAkira Matsuda2016-12-243-3/+3
|/ /
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-9/+9
* | Remove deprecated support to :text in renderRafael Mendonça França2016-10-103-6/+6
* | Add three new rubocop rulesRafael Mendonça França2016-08-165-19/+19
* | 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-063-4/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-065-23/+23
* | applies new string literal convention in actionmailer/testXavier Noria2016-08-0617-257/+257
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-152-1/+70
* | 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
* | | Clear ActionMailer deliveries on setup and teardownarktisklada2016-04-251-0/+38
|/ /
* | Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-071-0/+8