aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/partials.rb
Commit message (Expand)AuthorAgeFilesLines
* Inline a method used by render_partial. Closes #2881.Jeremy Kemper2005-11-171-9/+6
* Avoid logging code if logger is nil. Closes #2881.Jeremy Kemper2005-11-161-4/+15
* Fixed that an instance variable with the same name as a partial should be imp...Sam Stephenson2005-10-101-1/+6
* Better logging about partials when logger to to debugDavid Heinemeier Hansson2005-10-011-1/+3
* Streamline render process, code cleaning. Closes #2294.Nicholas Seckar2005-09-271-1/+1
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-091-1/+1
* Make rendering an empty partial collection behave like :nothing => true #2080...Jamis Buck2005-09-011-1/+1
* Fixed bug when a partial render was passing a local with the same name as the...David Heinemeier Hansson2005-07-271-1/+1
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-4/+8
* Added note about render_partial_collection #1557David Heinemeier Hansson2005-07-031-0/+3
* Updated documentation for partials #1171David Heinemeier Hansson2005-06-211-7/+9
* Fixed that render_partial_collection should always return a string (and not s...David Heinemeier Hansson2005-05-131-1/+2
* Changed render_partial to take local assigns as the second parameter instead ...David Heinemeier Hansson2005-04-161-5/+16
* Fixed partials handlingDavid Heinemeier Hansson2005-04-161-4/+23
* Added render_partial/render_partial_collection from controllers for easier Aj...David Heinemeier Hansson2005-03-091-2/+4
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-1/+1
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-1/+1
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-1/+1
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Added fourth argument to render_collection_of_partials that allows you to spe...David Heinemeier Hansson2005-01-111-2/+2
* Added that render_partial will always by default include a counter with value...David Heinemeier Hansson2004-12-121-1/+8
* InitialDavid Heinemeier Hansson2004-11-241-0/+64