aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer
Commit message (Expand)AuthorAgeFilesLines
* Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-093-8/+7
* 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
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-082-1/+5
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+1
* Add partial iteration variable to template keysMatthew Eagar2017-01-251-1/+1
* Remove TODOs related to Exceptron [ci skip]kenta-s2017-01-181-2/+0
* Fix grammar in partial_renderer.rb [ci skip]kenta-s2017-01-181-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-3/+3
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-4/+4
* No need to nodoc private methodsAkira Matsuda2016-12-242-3/+3
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-3/+1