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
/
renderable.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the response content type to that of found template if not explicitly set...
Tom Ward
2008-07-18
1
-1
/
+4
*
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...
Joshua Peek
2008-07-18
1
-3
/
+3
*
Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...
Joshua Peek
2008-07-18
1
-2
/
+2
*
Fixed template recompile logic [#630 state:resolved]
Stefan Kaes
2008-07-16
1
-22
/
+31
*
Removed config.action_view.cache_template_loading, use config.cache_classes i...
Joshua Peek
2008-07-15
1
-1
/
+1
*
memorize typo
Joshua Peek
2008-07-14
1
-2
/
+2
*
Include Memoizable in ActionView::Template
Joshua Peek
2008-07-14
1
-9
/
+6
*
Eager load Partial variable_name and counter_name. Tidy up render_partial_col...
Joshua Peek
2008-07-14
1
-2
/
+7
*
Move dead recompile_template? also
Jeremy Kemper
2008-07-14
1
-5
/
+2
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-2
/
+2
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-20
/
+61
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-1
/
+1
*
Added local assign keys to compiled method name so two threads evaluating the...
Joshua Peek
2008-07-06
1
-1
/
+7
*
Lookup compiled methods in CompiledTemplates instance methods set instead of ...
Joshua Peek
2008-07-05
1
-4
/
+3
*
Moved complied method name logic into Renderable
Joshua Peek
2008-07-05
1
-0
/
+4
*
Renamed Renderer to Renderable
Joshua Peek
2008-07-05
1
-0
/
+29