aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/layouts.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-1/+1
* Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-3/+14
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-4/+1
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-2/+2
* Clean LookupContext API.José Valim2010-03-081-2/+2
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-1/+2
* Rename Template::Lookup to LookupContext.José Valim2010-03-081-2/+2
* More refactoring on the views side of rendering.José Valim2010-03-081-0/+64