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
/
template.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
-0
/
+5
*
Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...
Joshua Peek
2008-07-18
1
-1
/
+1
*
memorize typo
Joshua Peek
2008-07-14
1
-6
/
+6
*
Include Memoizable in ActionView::Template
Joshua Peek
2008-07-14
1
-25
/
+15
*
Eager load Partial variable_name and counter_name. Tidy up render_partial_col...
Joshua Peek
2008-07-14
1
-15
/
+9
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-54
/
+84
*
Added local assign keys to compiled method name so two threads evaluating the...
Joshua Peek
2008-07-06
1
-1
/
+1
*
Lookup compiled methods in CompiledTemplates instance methods set instead of ...
Joshua Peek
2008-07-05
1
-2
/
+2
*
Moved complied method name logic into Renderable
Joshua Peek
2008-07-05
1
-1
/
+8
*
Renamed Renderer to Renderable
Joshua Peek
2008-07-05
1
-1
/
+1
*
Revert "Moved TemplateHandlers to Base"
Joshua Peek
2008-07-03
1
-6
/
+2
*
Extracted Template rendering logic into Renderer module
Joshua Peek
2008-07-03
1
-27
/
+6
*
Moved TemplateHandlers to Base
Joshua Peek
2008-07-03
1
-2
/
+5
*
Deprecate :use_full_path render option. The supplying the option no longer ha...
Joshua Peek
2008-07-02
1
-18
/
+21
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-19
/
+25
*
Moved template handler registration into a mix-in module.
Joshua Peek
2008-06-11
1
-65
/
+26
*
Make sure cache_template_loading works and don't use to_prepare callback
Pratik Naik
2008-06-11
1
-0
/
+1
*
Removed TemplateFinder.update_extension_cache_for since view path cache will ...
Joshua Peek
2008-06-09
1
-1
/
+0
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Capture view errors in ActionView::Template.
Nathan Weizenbaum
2008-05-02
1
-0
/
+12
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-6
/
+10
*
Introduce ActionView::InlineTemplate class
Pratik Naik
2008-04-19
1
-13
/
+9
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+39
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-5
/
+17
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-0
/
+65