aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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