index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
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
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
2
-6
/
+12
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-2
/
+1
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-3
/
+14
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-2
/
+1
*
Remove formats setters from render template, speeding up partial and collecti...
José Valim
2010-03-13
1
-2
/
+1
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
2
-33
/
+9
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
3
-8
/
+7
*
Clean LookupContext API.
José Valim
2010-03-08
3
-8
/
+6
*
Bring AM up to date with new rendering stack.
José Valim
2010-03-08
1
-0
/
+2
*
Speed up performance in resolvers by adding fallbacks just when required.
José Valim
2010-03-08
2
-2
/
+3
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
3
-5
/
+5
*
More refactoring on the views side of rendering.
José Valim
2010-03-08
3
-95
/
+97
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-16
/
+24
*
More cleanup on the layouts side.
José Valim
2010-03-08
2
-17
/
+6
*
Move layout lookup to views.
José Valim
2010-03-08
2
-2
/
+16
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
2
-8
/
+4
*
Solved a problem that prevented render :file => work in layouts
Jose Fernandez
2010-03-05
1
-1
/
+1
*
Change AV formats so they can delegate to the controller. Now users (or plugi...
Carlhuda
2010-03-01
1
-2
/
+6
*
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
[next]