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
*
Accept String value for render_partial :as option
Akira Matsuda
2011-02-01
1
-1
/
+1
*
.erb => .html.erb
Akira Matsuda
2010-12-25
1
-5
/
+5
*
for ... in => each ... do
Akira Matsuda
2010-12-25
1
-5
/
+5
*
Mention the case that `render` will return nil if given `:collection` is nil ...
Prem Sichanugrist
2010-11-21
1
-0
/
+5
*
SReorganize autoloads slightly and move two files to lib/action_view root.
José Valim
2010-10-14
1
-0
/
+221
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-235
/
+0
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-1
/
+1
*
Changed the default of ActionView#render to assume partials instead of files ...
David Heinemeier Hansson
2008-11-19
1
-0
/
+32
*
Dup local assigns for partial collections so nil values doesn't get overwritt...
Joshua Peek
2008-10-30
1
-1
/
+1
*
Moved layout exemption logic into the view
Joshua Peek
2008-08-31
1
-1
/
+1
*
The view context always responds to controller, check if controller available...
Joshua Peek
2008-08-25
1
-1
/
+1
*
Ensure :partial => @collection and :collection => @collection behaves same. [...
Ryan Bates
2008-08-22
1
-1
/
+1
*
Tidy up pick partial template logic
Joshua Peek
2008-08-21
1
-18
/
+12
*
Cleanup around partial rendering
Ryan Bates
2008-08-21
1
-33
/
+50
*
Return nil instead of a space when passing an empty collection or nil to 'ren...
Ryan Bates
2008-08-19
1
-1
/
+1
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
1
-2
/
+36
*
Fix rendering partials at the top level [#795 state:resolved]
Joshua Peek
2008-08-13
1
-1
/
+1
*
Fixed bc5896e, and added test case for the caching bug it originally introduced.
Joshua Peek
2008-07-23
1
-4
/
+5
*
Revert 'bc5896e'
Joshua Peek
2008-07-23
1
-5
/
+4
*
Memoize ActionView::Base pick_template and find_partial_path for rendering du...
Joshua Peek
2008-07-22
1
-4
/
+5
*
Eager load Partial variable_name and counter_name. Tidy up render_partial_col...
Joshua Peek
2008-07-14
1
-24
/
+9
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-22
/
+36
*
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
[next]