aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/partials.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace _render_*_from_controller with render_* as they are intended to be pu...Yehuda Katz2009-08-061-1/+1
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-191-4/+2
* Remove deprecated implicit ivar assignmentJoshua Peek2009-06-251-26/+0
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-7/+0
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-12/+20
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-3/+4
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+28
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-0/+300