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
*
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
*
replace _render_*_from_controller with render_* as they are intended to be pu...
Yehuda Katz
2009-08-06
1
-1
/
+1
*
Simplify required "ActionView compliant" API
Yehuda Katz
2009-07-19
1
-4
/
+2
*
Remove deprecated implicit ivar assignment
Joshua Peek
2009-06-25
1
-26
/
+0
*
Drive the final stake through @content_for_*'s heart!
Yehuda Katz + Carl Lerche
2009-06-17
1
-7
/
+0
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Implemented redirects and partial rendering in new base.
Yehuda Katz + Carl Lerche
2009-05-12
1
-12
/
+20
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
1
-3
/
+4
*
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
1
-0
/
+28
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-0
/
+300