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