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
/
renderer
/
template_renderer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove private partial/template renderer methods
Carlos Antonio da Silva
2012-11-21
1
-1
/
+1
*
Fix gratuitous use of ternary operator
Caleb Thompson
2012-10-25
1
-2
/
+5
*
Common behavior with adding formats to lookup_context for TemplateRenderer an...
Dmitry Vorotilin
2012-07-18
1
-2
/
+3
*
fix some accidental nils
Aaron Patterson
2012-06-22
1
-2
/
+2
*
fix typo in render_template [ci skip]
Brent Vatne
2012-05-29
1
-1
/
+1
*
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
1
-2
/
+2
*
Just change the formats on first render, closes #5307, closes #5308.
José Valim
2012-03-07
1
-2
/
+7
*
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
1
-1
/
+2
*
Change more Array.wrap to Kernel#Array
Rafael Mendonça França
2012-01-05
1
-1
/
+0
*
raises an ArgumentError if no valid options are given to TemplateRenderer#det...
Lucas Mazza
2011-12-21
1
-0
/
+2
*
Remove deprecation warnings from Action Pack.
José Valim
2011-12-20
1
-1
/
+0
*
Fix another regression related to the layout optimization.
José Valim
2011-12-08
1
-0
/
+2
*
Fix a regression and also fix broken test.
José Valim
2011-12-08
1
-4
/
+9
*
Optimize layout lookup to avoid double calls.
José Valim
2011-12-08
1
-7
/
+14
*
Allow both sym and array for details options in #render. using LC#registered_...
Nick Sutterer
2011-09-23
1
-1
/
+1
*
Get rid of update_details in favor of passing details to find_template.
José Valim
2011-09-22
1
-15
/
+12
*
it is now possible to pass details options (:formats, :details, :locales, ......
Nick Sutterer
2011-09-22
1
-2
/
+3
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+1
*
Also allow prefixes as third argument to lookup context.
José Valim
2011-05-04
1
-1
/
+1
*
Remove view dependency from AV::Renderer.
José Valim
2011-05-01
1
-1
/
+3
*
More cleanup and moving responsibilities around.
José Valim
2011-05-01
1
-1
/
+1
*
Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...
José Valim
2011-04-16
1
-1
/
+0
*
Initial work on fibered layout.
José Valim
2011-04-16
1
-2
/
+2
*
render :once, YAGNI.
José Valim
2011-04-15
1
-25
/
+0
*
Final tidy up on templates inheritance.
José Valim
2010-12-27
1
-1
/
+1
*
all tests pass
artemave
2010-12-26
1
-2
/
+2
*
#948 template_inheritance
artemave
2010-12-26
1
-2
/
+2
*
Deprecate handler_class_for_extension as template handlers can be any Ruby ob...
José Valim
2010-12-01
1
-1
/
+1
*
Delegate freeze_formats to lookup_context
Santiago Pastorino
2010-10-16
1
-2
/
+2
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-1
/
+1
*
render :once should consider the current controller prefix.
José Valim
2010-10-14
1
-1
/
+2
*
Use identifiers for template equality.
José Valim
2010-10-10
1
-1
/
+1
*
Add support to render :once.
José Valim
2010-10-10
1
-18
/
+49
*
Clean up the house before moving in the new furniture.
José Valim
2010-10-10
1
-0
/
+66