aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/template_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-3/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout...Rafael França2019-05-011-1/+1
|\
| * Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-091-1/+1
* | 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
* | | Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+6
|/ /
* / Aligned the order of the arguments of render_template and render_with_layoutShigeyuki-fukuda2019-03-271-2/+2
|/
* Templates have one formatAaron Patterson2019-02-251-1/+1
* Add a finalizer to inline templatesAaron Patterson2019-02-221-1/+1
* Merge pull request #35371 from rails/always-have-a-formatAaron Patterson2019-02-221-1/+6
|\
| * Ensure that rendered templates always have a formatAaron Patterson2019-02-221-1/+6
* | Pass lookup context to the layout handlersAaron Patterson2019-02-221-1/+1
|/
* Fix up styleAaron Patterson2019-02-191-1/+1
* Return rendered template information instead of just stringsAaron Patterson2019-02-191-5/+4
* Remove default parameters from method signatureAaron Patterson2019-01-281-4/+2
* Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-281-4/+4
* Pass the view around instead of using an ivarAaron Patterson2019-01-231-7/+5
* 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
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-3/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-6/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-59/+59
* modernizes hash syntax in actionviewXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionview/libXavier Noria2016-08-061-2/+2
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+1
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-3/+3
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-1/+1
* Pass formats to lookup_contextRafael Mendonça França2015-08-241-1/+1
* remove useless case in #resolve_layout.Nick Sutterer2015-08-241-2/+0
* remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-241-7/+10
* Add missing :html option in determine_template error message.Juanito Fatas2015-03-271-1/+1
* Avoid creating unneeded Hash instance and calling slow Hash#fetchAkira Matsuda2014-10-251-1/+1
* marking private methods which dont work if called on their own anywaysEugene Gilburg2014-07-181-1/+3
* small refactors to actionview renderersEugene Gilburg2014-07-181-4/+1
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+2
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-1/+3
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-2/+4
* Fix default rendered format problem when calling render method without :conte...kennyj2013-07-151-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+96