aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-012-4/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-134-5/+0
* Remove useless find_partial methodst00122019-05-071-5/+1
* Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout...Rafael França2019-05-013-8/+7
|\
| * Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-093-8/+7
* | Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-031-13/+20
|\ \
| * | Fix partial caching ignore repeated items issuest00122019-04-041-13/+20
* | | Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-031-1/+1
|\ \ \ | |/ / |/| |
| * | Always reject files external to appJohn Hawthorn2019-04-031-1/+1
* | | Rename File to RawFileCliff Pruitt2019-04-011-1/+1
|/ /
* | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_pathKasper Timm Hansen2019-03-311-0/+1
|\ \
| * | Deprecate render layout with an absolute pathJohn Hawthorn2019-03-291-0/+1
* | | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-301-1/+6
|\ \ \ | |/ / |/| |
| * | Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+6
* | | Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1
|/ /
* / Aligned the order of the arguments of render_template and render_with_layoutShigeyuki-fukuda2019-03-271-2/+2
|/
* Templates have one formatAaron Patterson2019-02-252-2/+2
* Add a finalizer to inline templatesAaron Patterson2019-02-221-1/+1
* Merge pull request #35371 from rails/always-have-a-formatAaron Patterson2019-02-223-5/+17
|\
| * Ensure that rendered templates always have a formatAaron Patterson2019-02-223-5/+17
* | Pass lookup context to the layout handlersAaron Patterson2019-02-221-1/+1
|/
* Fix up styleAaron Patterson2019-02-194-8/+8
* Return rendered template information instead of just stringsAaron Patterson2019-02-196-29/+85
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
* Merge pull request #35253 from rails/cached-collections-must-have-a-templateAaron Patterson2019-02-131-3/+11
|\
| * Cached collections only work if there is one templateAaron Patterson2019-02-131-3/+11
* | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+0
|/
* Speed up partial rendering by caching "variable" calculationAaron Patterson2019-02-051-18/+31
* Remove `with_layout_format` delegationAaron Patterson2019-01-281-1/+1
* Cache the digest path on the stack.Aaron Patterson2019-01-281-7/+5
* Pull `@template` in to a local variableAaron Patterson2019-01-283-25/+24
* Remove default parameters from method signatureAaron Patterson2019-01-281-4/+2
* Remove `@view` instance variable from the partial rendererAaron Patterson2019-01-282-25/+24
* Remove `find_template` and `find_file` delegate methodsAaron Patterson2019-01-281-1/+1
* Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-281-4/+4
* Revert "Allow usage of strings as locals for partial renderer"Ufuk Kayserilioglu2019-01-241-1/+1
* Pass the view around instead of using an ivarAaron Patterson2019-01-232-9/+7
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* [ci skip] document collection_caching.rbschneems2018-09-191-0/+35
* Move digest path calculation out of loopschneems2018-09-111-1/+5
* Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-271-1/+1
|\
| * Allow usage of strings as locals for partial rendererSergey Novikov2017-09-181-1/+1
* | fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-0/+2
* | [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
|/
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-10/+10
* Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-246-0/+11
* Make actionview ready for frozen stringsKir Shatrov2017-07-231-1/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1