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
*
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