aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/template_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow both sym and array for details options in #render. using LC#registered_...Nick Sutterer2011-09-231-1/+1
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-15/+12
* it is now possible to pass details options (:formats, :details, :locales, ......Nick Sutterer2011-09-221-2/+3
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+1
* Also allow prefixes as third argument to lookup context.José Valim2011-05-041-1/+1
* Remove view dependency from AV::Renderer.José Valim2011-05-011-1/+3
* More cleanup and moving responsibilities around.José Valim2011-05-011-1/+1
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-1/+0
* Initial work on fibered layout.José Valim2011-04-161-2/+2
* render :once, YAGNI.José Valim2011-04-151-25/+0
* Final tidy up on templates inheritance.José Valim2010-12-271-1/+1
* all tests passartemave2010-12-261-2/+2
* #948 template_inheritanceartemave2010-12-261-2/+2
* Deprecate handler_class_for_extension as template handlers can be any Ruby ob...José Valim2010-12-011-1/+1
* Delegate freeze_formats to lookup_contextSantiago Pastorino2010-10-161-2/+2
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-1/+1
* render :once should consider the current controller prefix.José Valim2010-10-141-1/+2
* Use identifiers for template equality.José Valim2010-10-101-1/+1
* Add support to render :once.José Valim2010-10-101-18/+49
* Clean up the house before moving in the new furniture.José Valim2010-10-101-0/+66