aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* pass format to the digestorAaron Patterson2019-02-161-5/+5
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-4/+4
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\
| * removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | removed unnecessary semicolonsShuhei Kitagawa2017-10-281-6/+6
|/
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-7/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-44/+44
* Expand on Action Mailer Fragment caching testsVipul A M2016-04-171-3/+45
* Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu...Stan Lo2016-02-231-2/+0
* Move most caching methods to ActionDispatch::Caching, and let ActionMailer an...Stan Lo2016-02-231-1/+0
* Porting ActionController::Caching to ActionMailer::CachingStan Lo2016-02-231-0/+232