aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/partials.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize the code added in fa99de0bd054576336c9José Valim2010-05-151-9/+19
* make sure `as` is set before trying to build an #{as}_counter. [#2804 state:r...Jeff Kreeftmeijer2010-05-151-1/+1
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+1
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-2/+2
* Key partial name cache on controller and object class *names* to avoid memory...Jeremy Kemper2010-04-021-2/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-151-1/+1
|\
| * Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-38/+10
|\|
| * Clean LookupContext API.José Valim2010-03-081-1/+1
| * Rename Template::Lookup to LookupContext.José Valim2010-03-081-1/+1
| * More refactoring on the views side of rendering.José Valim2010-03-081-26/+7
| * More cleanup on the layouts side.José Valim2010-03-081-11/+2
| * Move layout lookup to views.José Valim2010-03-081-1/+1
| * Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-2/+2
* | Updated documentation for block helpers in render/partials.rbJeroen van Dijk2010-03-121-3/+3
|/
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* In heterogeneous collections, neither the @path nor the @template are availab...José Valim2010-01-151-1/+1
* Provide useful information when instrumenting partials.José Valim2010-01-111-8/+6
* Use underscore in notification namespaces.José Valim2010-01-041-2/+2
* Use namespaces in notifications.José Valim2010-01-031-3/+4
* More <%= render(@posts) %> optimization.José Valim2009-12-261-24/+20
* Optimize <%= render(@posts) %>.José Valim2009-12-261-4/+14
* Break instrumentation into several end-points so rendering of partials can be...José Valim2009-12-261-19/+23
* Wrap layout rendering in one method: _render_layout (this should make partial...José Valim2009-12-261-1/+1
* Fix @renderer warningJoshua Peek2009-12-011-10/+10
* Fix issue with standalone ActionViewYehuda Katz2009-10-091-1/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Caches and cache clearing seems to actually work, but the actual architecture...Yehuda Katz2009-08-151-49/+73
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-151-8/+5
* Clean up ActionView some:Yehuda Katz2009-08-151-2/+4
* Tentatively accept the ":as or :object, but not both" solutionYehuda Katz2009-08-111-22/+21
* Further experimentation. Was able to cut the cost of rendering 100 partials i...Yehuda Katz2009-08-111-9/+40
* Cache some more things to improve partial perfYehuda Katz2009-08-091-3/+3
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-091-3/+7
* Clean up partial object some more; replace passing around a block to a single...Yehuda Katz2009-08-091-35/+39
* Clean up initializer and some of the internals of PartialRendererYehuda Katz2009-08-091-49/+41
* Ruby 1.9 compat: can't implicitly set instance var using block argJeremy Kemper2009-08-081-2/+2
* First pass at making partial rendering an Object. More cleanup to come.Yehuda Katz2009-08-081-60/+82
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
* Get all ActionController partial rendering to use ActionView's partial code. ...Yehuda Katz2009-08-071-0/+4
* Continue reworking the partial path.Yehuda Katz2009-08-071-44/+16
* Modify various partial methods to carry along the block that can be passed in...Yehuda Katz2009-08-071-32/+29
* Some more AV work:Yehuda Katz2009-08-071-15/+18
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-2/+2
* Some more AV refactoring:Yehuda Katz2009-08-071-11/+2
* Start cleaning up partial pathYehuda Katz2009-08-071-4/+6
* This is handled by the resolver nowYehuda Katz2009-08-071-24/+5
* Clean up render @object a bit more.Yehuda Katz2009-08-071-6/+19
* Improve a path in _render_partialYehuda Katz2009-08-061-24/+23