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
/
rendering.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final touches and fixes.
Rizwan Reza
2010-06-21
1
-1
/
+1
*
Added title to some other files in actionpack/lib/action_view
Rizwan Reza
2010-06-16
1
-0
/
+1
*
render(:inline) in a layout before yield replaces original content
Neeraj Singh
2010-06-13
1
-1
/
+1
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
1
-1
/
+1
*
Ensure details are frozen after @details_keys lookup. The implementation wait...
José Valim
2010-03-27
1
-10
/
+1
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-5
/
+11
*
Modify assert_template to use notifications. Also, remove ActionController::B...
Carlhuda
2010-03-17
1
-2
/
+1
*
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
1
-29
/
+8
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-5
/
+4
*
Clean LookupContext API.
José Valim
2010-03-08
1
-5
/
+3
*
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
1
-1
/
+1
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-2
/
+2
*
More refactoring on the views side of rendering.
José Valim
2010-03-08
1
-69
/
+26
*
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
1
-6
/
+4
*
Move layout lookup to views.
José Valim
2010-03-08
1
-1
/
+15
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-6
/
+2
*
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
*
Add missing require for Object#try [#3771 state:resolved]
Xavier Noria
2010-01-22
1
-0
/
+2
*
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
*
Use underscore in notification namespaces.
José Valim
2010-01-04
1
-2
/
+2
*
Use namespaces in notifications.
José Valim
2010-01-03
1
-2
/
+3
*
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
*
Break instrumentation into several end-points so rendering of partials can be...
José Valim
2009-12-26
1
-7
/
+17
*
Wrap layout rendering in one method: _render_layout (this should make partial...
José Valim
2009-12-26
1
-6
/
+6
*
Dont introspect inline templates for the logger and cleanup a few styling issues
David Heinemeier Hansson
2009-12-21
1
-13
/
+9
*
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
*
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
*
More cleanup of ActionView and reduction in need for blocks in some cases:
Yehuda Katz
2009-08-15
1
-16
/
+6
*
Clean up ActionView some:
Yehuda Katz
2009-08-15
1
-43
/
+18
*
First pass at making partial rendering an Object. More cleanup to come.
Yehuda Katz
2009-08-08
1
-2
/
+1
*
Rename find_by_parts and find_by_parts? to find and exists?
Yehuda Katz
2009-08-07
1
-2
/
+2
*
Whitespace
Yehuda Katz
2009-08-07
1
-7
/
+7
*
Continue reworking the partial path.
Yehuda Katz
2009-08-07
1
-3
/
+6
*
Modify various partial methods to carry along the block that can be passed in...
Yehuda Katz
2009-08-07
1
-10
/
+23
*
Some more AV work:
Yehuda Katz
2009-08-07
1
-11
/
+7
*
Replace _render_template_with_layout with _render_template since the layout i...
Yehuda Katz
2009-08-07
1
-9
/
+13
*
Some more AV refactoring:
Yehuda Katz
2009-08-07
1
-4
/
+4
[next]