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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More html_safe strings now use the safe_concat method
Santiago Pastorino and José Ignacio Costa
2010-02-05
1
-1
/
+1
*
For performance reasons, you can no longer call html_safe! on Strings. Instea...
Yehuda Katz
2010-01-31
1
-1
/
+1
*
Add missing require for Object#try [#3771 state:resolved]
Xavier Noria
2010-01-22
1
-0
/
+2
*
In heterogeneous collections, neither the @path nor the @template are availab...
José Valim
2010-01-15
1
-1
/
+1
*
Remove URI object from ActiveResource notification, send the :mailer class in...
José Valim
2010-01-15
1
-4
/
+1
*
Template rendering should include layout time.
José Valim
2010-01-15
1
-10
/
+10
*
Provide useful information when instrumenting partials.
José Valim
2010-01-11
1
-8
/
+6
*
Use underscore in notification namespaces.
José Valim
2010-01-04
2
-4
/
+4
*
Use namespaces in notifications.
José Valim
2010-01-03
2
-5
/
+7
*
Make rendering in ActionView happen through _render_template, as the renderin...
José Valim
2009-12-31
1
-30
/
+14
*
Remove ActionView inline logging to ActiveSupport::Notifications and create A...
José Valim
2009-12-26
1
-8
/
+1
*
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
2
-26
/
+40
*
Wrap layout rendering in one method: _render_layout (this should make partial...
José Valim
2009-12-26
2
-7
/
+7
*
Dont introspect inline templates for the logger and cleanup a few styling issues
David Heinemeier Hansson
2009-12-21
1
-13
/
+9
*
Fix @renderer warning
Joshua Peek
2009-12-01
1
-10
/
+10
*
When rendering layouts with blocks, use #capture to avoid assuming that the r...
Nathan Weizenbaum
2009-11-05
1
-4
/
+2
*
Remove ActionMailer helpers and rely on AbstractController one.
José Valim
2009-11-01
1
-1
/
+1
*
First pass at cleaning up action caching
Yehuda Katz
2009-10-28
1
-1
/
+0
*
Fix a bug where render :text could not handle yield :symbol. Fixes guides gen...
Yehuda Katz
2009-10-10
1
-9
/
+13
*
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
*
Ported the new ActionView::TestCase from 2-3-stable to master [#3260
Erik Ostrom
2009-09-28
1
-0
/
+1
*
Clean up log output for rendered templates
Joshua Peek
2009-09-24
1
-2
/
+2
*
Fixes ActionMailer regression [#3059 state:resolved]
Yehuda Katz
2009-08-15
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
2
-24
/
+11
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
2
-45
/
+22
*
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
2
-62
/
+83
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
2
-3
/
+3
*
Get all ActionController partial rendering to use ActionView's partial code. ...
Yehuda Katz
2009-08-07
1
-0
/
+4
*
Whitespace
Yehuda Katz
2009-08-07
1
-7
/
+7
*
Continue reworking the partial path.
Yehuda Katz
2009-08-07
2
-47
/
+22
*
Modify various partial methods to carry along the block that can be passed in...
Yehuda Katz
2009-08-07
2
-42
/
+52
*
Some more AV work:
Yehuda Katz
2009-08-07
2
-26
/
+25
*
Replace _render_template_with_layout with _render_template since the layout i...
Yehuda Katz
2009-08-07
2
-11
/
+15
*
Some more AV refactoring:
Yehuda Katz
2009-08-07
2
-15
/
+6
*
Start cleaning up partial path
Yehuda Katz
2009-08-07
2
-9
/
+17
*
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
2
-2
/
+2
[next]