aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/abstract_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-091-5/+4
* Templates have one formatAaron Patterson2019-02-251-1/+1
* Ensure that rendered templates always have a formatAaron Patterson2019-02-221-3/+10
* Fix up styleAaron Patterson2019-02-191-2/+2
* Return rendered template information instead of just stringsAaron Patterson2019-02-191-0/+48
* Remove `with_layout_format` delegationAaron Patterson2019-01-281-1/+1
* Pull `@template` in to a local variableAaron Patterson2019-01-281-2/+0
* Remove `find_template` and `find_file` delegate methodsAaron Patterson2019-01-281-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-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
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-4/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-15/+15
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-1/+1
* Instrument cached collection renders.Kasper Timm Hansen2016-02-201-2/+6
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-1/+1
* small refactors to actionview renderersEugene Gilburg2014-07-181-2/+4
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+47