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
...
*
Mark bang instrumentations as something that you shuold not be listening to.
José Valim
2010-03-17
1
-8
/
+3
*
Modify assert_template to use instrumentation
Carlhuda
2010-03-17
1
-2
/
+6
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-1
/
+0
*
Fix rendering of HTML partials inside JS templates [#4197 status:resolved]
José Valim
2010-03-16
1
-0
/
+2
*
Clean up the API required from ActionView::Template.
José Valim
2010-03-09
1
-16
/
+16
*
Rename Template::Lookup to LookupContext.
José Valim
2010-03-08
1
-1
/
+0
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-0
/
+1
*
Fix t('.helper').
José Valim
2010-01-26
1
-2
/
+2
*
Break instrumentation into several end-points so rendering of partials can be...
José Valim
2009-12-26
1
-4
/
+2
*
Dead code
Yehuda Katz
2009-12-24
1
-15
/
+0
*
Flip deferrable autoload convention
Joshua Peek
2009-12-22
1
-6
/
+8
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-0
/
+138
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-235
/
+0
*
Fix performance regression
Jeremy Kemper
2009-01-16
1
-1
/
+1
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-4
/
+81
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-0
/
+28
*
Revert "Auto-load template handlers based on unmatched extensions [#1540 stat...
Pratik Naik
2008-12-19
1
-3
/
+7
*
Auto-load template handlers based on unmatched extensions [#1540 state:resolved]
Nathan Weizenbaum
2008-12-15
1
-7
/
+3
*
Fixed template lookups from outside the rails root [#1557 state:resolved]
Joshua Peek
2008-12-11
1
-1
/
+1
*
Register bogus template handlers for ActionMailer test fixtures
Joshua Peek
2008-12-03
1
-1
/
+1
*
Validate template extensions [#1187 state:resolved]
Joshua Peek
2008-12-03
1
-8
/
+6
*
fixed template recompile issue with previous commit and add some better tests...
Joshua Peek
2008-11-28
1
-0
/
+18
*
prefer autoloading Mime::Type
Joshua Peek
2008-11-24
1
-2
/
+0
*
Fixed missing template paths on exception [#1082 state:resolved]
Claudio Poli
2008-09-20
1
-4
/
+9
*
Require missing libraries and check for defined ActionController constant so ...
Joshua Peek
2008-08-26
1
-0
/
+2
*
Tidy up ActionMailer rendering logic to take advantage of view path cache ins...
Joshua Peek
2008-08-06
1
-1
/
+9
*
Just file?
Joshua Peek
2008-07-23
1
-1
/
+1
*
Memoize ActionView::Base pick_template and find_partial_path for rendering du...
Joshua Peek
2008-07-22
1
-1
/
+1
*
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
[prev]
[next]