aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/caching
Commit message (Collapse)AuthorAgeFilesLines
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
| | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository.
* Move Caching module to Abstract ControllerRafael Mendonça França2016-02-231-0/+143
Abstract Controller is the common component between Action Mailer and Action Controller so if we need to share the caching component it need to be there.