index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
partials.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add :as option to render a collection of partials with a custom local variabl...
Pratik Naik
2008-07-02
1
-7
/
+7
*
Make render shorthands work with namespaced controllers
Jacek Becela
2008-05-10
1
-2
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-1
/
+1
*
Capture view errors in ActionView::Template.
Nathan Weizenbaum
2008-05-02
1
-1
/
+1
*
Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved]
David Heinemeier Hansson
2008-04-30
1
-1
/
+1
*
Remove unnecessary arguments. References #11491.
Pratik Naik
2008-04-01
1
-4
/
+4
*
Support render :partial => collection of heterogeneous elements. Closes #11491.
Jeremy Kemper
2008-04-01
1
-7
/
+25
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-80
/
+14
*
Fix problem with render :partial collections, records, and locals. #11057 [lo...
Marcel Molina
2008-02-08
1
-2
/
+2
*
Cache partial variable names to reduce garbage
Jeremy Kemper
2008-02-03
1
-1
/
+3
*
Use File.join to construct partial path. Closes #10932 [patrick.t.joyce]
Michael Koziarski
2008-01-27
1
-3
/
+4
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
1
-0
/
+3
*
Only Benchmark and log if we're going to output the information.
Michael Koziarski
2007-11-14
1
-1
/
+1
*
Fixed that has_many :through associations should render as collections too (c...
David Heinemeier Hansson
2007-11-12
1
-1
/
+1
*
Partials also set 'object' to the default partial variable. Closes #8823.
Jeremy Kemper
2007-10-25
1
-6
/
+8
*
Stop rdoc from whining
David Heinemeier Hansson
2007-09-24
1
-5
/
+5
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-15
/
+7
*
Added partial layouts (see example in action_view/lib/partials.rb) [DHH]
David Heinemeier Hansson
2007-08-02
1
-0
/
+57
*
Allow you to render views with periods in the name. Closes #8076 [norbert]
Rick Olson
2007-07-01
1
-4
/
+10
*
render :partial recognizes Active Record associations as Arrays. Closes #8538.
Jeremy Kemper
2007-06-01
1
-1
/
+1
*
Clean up the simply_helpful merge.
Jeremy Kemper
2007-05-18
1
-9
/
+24
*
Deprecation: privatize deprecated render_partial and render_partial_collectio...
Jeremy Kemper
2007-03-13
1
-43
/
+43
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-5
/
+5
*
Inline a method used by render_partial. Closes #2881.
Jeremy Kemper
2005-11-17
1
-9
/
+6
*
Avoid logging code if logger is nil. Closes #2881.
Jeremy Kemper
2005-11-16
1
-4
/
+15
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
1
-1
/
+6
*
Better logging about partials when logger to to debug
David Heinemeier Hansson
2005-10-01
1
-1
/
+3
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
1
-1
/
+1
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Make rendering an empty partial collection behave like :nothing => true #2080...
Jamis Buck
2005-09-01
1
-1
/
+1
*
Fixed bug when a partial render was passing a local with the same name as the...
David Heinemeier Hansson
2005-07-27
1
-1
/
+1
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
1
-4
/
+8
*
Added note about render_partial_collection #1557
David Heinemeier Hansson
2005-07-03
1
-0
/
+3
*
Updated documentation for partials #1171
David Heinemeier Hansson
2005-06-21
1
-7
/
+9
*
Fixed that render_partial_collection should always return a string (and not s...
David Heinemeier Hansson
2005-05-13
1
-1
/
+2
*
Changed render_partial to take local assigns as the second parameter instead ...
David Heinemeier Hansson
2005-04-16
1
-5
/
+16
*
Fixed partials handling
David Heinemeier Hansson
2005-04-16
1
-4
/
+23
*
Added render_partial/render_partial_collection from controllers for easier Aj...
David Heinemeier Hansson
2005-03-09
1
-2
/
+4
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-1
/
+1
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added fourth argument to render_collection_of_partials that allows you to spe...
David Heinemeier Hansson
2005-01-11
1
-2
/
+2
*
Added that render_partial will always by default include a counter with value...
David Heinemeier Hansson
2004-12-12
1
-1
/
+8
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+64