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
/
render
/
partials.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize the code added in fa99de0bd054576336c9
José Valim
2010-05-15
1
-9
/
+19
*
make sure `as` is set before trying to build an #{as}_counter. [#2804 state:r...
Jeff Kreeftmeijer
2010-05-15
1
-1
/
+1
*
partial counters with :as [#2804 state:resolved]
Jeff Kreeftmeijer
2010-05-15
1
-0
/
+1
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
1
-2
/
+2
*
Key partial name cache on controller and object class *names* to avoid memory...
Jeremy Kemper
2010-04-02
1
-2
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-15
1
-1
/
+1
|
\
|
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-1
/
+1
*
|
Merge remote branch 'mainstream/master'
Pratik Naik
2010-03-12
1
-38
/
+10
|
\
|
|
*
Clean LookupContext API.
José Valim
2010-03-08
1
-1
/
+1
|
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-1
/
+1
|
*
More refactoring on the views side of rendering.
José Valim
2010-03-08
1
-26
/
+7
|
*
More cleanup on the layouts side.
José Valim
2010-03-08
1
-11
/
+2
|
*
Move layout lookup to views.
José Valim
2010-03-08
1
-1
/
+1
|
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-2
/
+2
*
|
Updated documentation for block helpers in render/partials.rb
Jeroen van Dijk
2010-03-12
1
-3
/
+3
|
/
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
In heterogeneous collections, neither the @path nor the @template are availab...
José Valim
2010-01-15
1
-1
/
+1
*
Provide useful information when instrumenting partials.
José Valim
2010-01-11
1
-8
/
+6
*
Use underscore in notification namespaces.
José Valim
2010-01-04
1
-2
/
+2
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-3
/
+4
*
More <%= render(@posts) %> optimization.
José Valim
2009-12-26
1
-24
/
+20
*
Optimize <%= render(@posts) %>.
José Valim
2009-12-26
1
-4
/
+14
*
Break instrumentation into several end-points so rendering of partials can be...
José Valim
2009-12-26
1
-19
/
+23
*
Wrap layout rendering in one method: _render_layout (this should make partial...
José Valim
2009-12-26
1
-1
/
+1
*
Fix @renderer warning
Joshua Peek
2009-12-01
1
-10
/
+10
*
Fix issue with standalone ActionView
Yehuda Katz
2009-10-09
1
-1
/
+4
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Caches and cache clearing seems to actually work, but the actual architecture...
Yehuda Katz
2009-08-15
1
-49
/
+73
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
1
-8
/
+5
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
1
-2
/
+4
*
Tentatively accept the ":as or :object, but not both" solution
Yehuda Katz
2009-08-11
1
-22
/
+21
*
Further experimentation. Was able to cut the cost of rendering 100 partials i...
Yehuda Katz
2009-08-11
1
-9
/
+40
*
Cache some more things to improve partial perf
Yehuda Katz
2009-08-09
1
-3
/
+3
*
Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.
Yehuda Katz
2009-08-09
1
-3
/
+7
*
Clean up partial object some more; replace passing around a block to a single...
Yehuda Katz
2009-08-09
1
-35
/
+39
*
Clean up initializer and some of the internals of PartialRenderer
Yehuda Katz
2009-08-09
1
-49
/
+41
*
Ruby 1.9 compat: can't implicitly set instance var using block arg
Jeremy Kemper
2009-08-08
1
-2
/
+2
*
First pass at making partial rendering an Object. More cleanup to come.
Yehuda Katz
2009-08-08
1
-60
/
+82
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
1
-1
/
+1
*
Get all ActionController partial rendering to use ActionView's partial code. ...
Yehuda Katz
2009-08-07
1
-0
/
+4
*
Continue reworking the partial path.
Yehuda Katz
2009-08-07
1
-44
/
+16
*
Modify various partial methods to carry along the block that can be passed in...
Yehuda Katz
2009-08-07
1
-32
/
+29
*
Some more AV work:
Yehuda Katz
2009-08-07
1
-15
/
+18
*
Replace _render_template_with_layout with _render_template since the layout i...
Yehuda Katz
2009-08-07
1
-2
/
+2
*
Some more AV refactoring:
Yehuda Katz
2009-08-07
1
-11
/
+2
*
Start cleaning up partial path
Yehuda Katz
2009-08-07
1
-4
/
+6
*
This is handled by the resolver now
Yehuda Katz
2009-08-07
1
-24
/
+5
*
Clean up render @object a bit more.
Yehuda Katz
2009-08-07
1
-6
/
+19
*
Improve a path in _render_partial
Yehuda Katz
2009-08-06
1
-24
/
+23
[next]