Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
| | |||||
* | applies new string literal convention in actionmailer/test | Xavier Noria | 2016-08-06 | 1 | -44/+44 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Expand on Action Mailer Fragment caching tests | Vipul A M | 2016-04-17 | 1 | -3/+45 |
| | |||||
* | Move ActionMailer::Caching's content into ActionMailer::Base instead of ↵ | Stan Lo | 2016-02-23 | 1 | -2/+0 |
| | | | | | | including it Remove useless helper in ActionDispatch::Caching and fix indentation | ||||
* | Move most caching methods to ActionDispatch::Caching, and let ActionMailer ↵ | Stan Lo | 2016-02-23 | 1 | -1/+0 |
| | | | | and ActionController to include it | ||||
* | Porting ActionController::Caching to ActionMailer::Caching | Stan Lo | 2016-02-23 | 1 | -0/+232 |