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
...
*
Name compiled render methods
Jeremy Kemper
2010-06-28
1
-8
/
+11
*
Added title to some other files in actionpack/lib/action_view
Rizwan Reza
2010-06-16
1
-0
/
+1
*
Update template to allow handlers to more cleanly handle encodings (ht: nex3)
wycats
2010-05-30
1
-38
/
+39
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-25
/
+170
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-170
/
+25
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-31
/
+170
*
Initial work to improve the state of encodings for templates
wycats
2010-05-16
1
-0
/
+6
*
Change event namespace ordering to most-significant first [#4504 state:resolved]
Justin George
2010-05-02
1
-1
/
+1
*
Use a constant proc to generate ActionView::Template finalizers. For some str...
Aman Gupta
2010-04-04
1
-3
/
+3
*
Fix memory leak in dev mode
wycats
2010-04-02
1
-0
/
+9
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-8
/
+4
*
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
[prev]
[next]