aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/template_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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