aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/abstract_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2012-07-181-0/+6
* :update_details method no more exists on @lookup_contextAkira Matsuda2012-06-261-2/+1
* Improve and cleanup a bit partial rendererCarlos Antonio da Silva2012-05-121-3/+1
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-1/+1
* Whitespaces :scissors:Rafael Mendonça França2012-01-051-2/+2
* Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-051-1/+1
* Remove deprecation warnings from Action Pack.José Valim2011-12-201-12/+0
* Using #extract_details in PartialRenderer, too!Nick Sutterer2011-09-231-2/+0
* Allow both sym and array for details options in #render. using LC#registered_...Nick Sutterer2011-09-231-1/+12
* Deprecate passing the template handler in the template name.José Valim2011-09-221-1/+1
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-10/+6
* no @controller dependency in Renderers.Nick Sutterer2011-05-041-2/+1
* Remove view dependency from AV::Renderer.José Valim2011-05-011-2/+2
* Start abstracting the renderer.José Valim2011-05-011-2/+2
* extract formats_regexp as a methodSantiago Pastorino2010-10-161-2/+5
* There's no need now to expose lookup_context as an external APISantiago Pastorino2010-10-161-3/+1
* Delegate freeze_formats to lookup_contextSantiago Pastorino2010-10-161-2/+2
* Remove the :vew attr_reader from ActionView::AbstractRenderer [#5819 state:re...Jeff Kreeftmeijer2010-10-161-1/+1
* Add support to render :once.José Valim2010-10-101-6/+6
* Clean up the house before moving in the new furniture.José Valim2010-10-101-0/+36