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
*
Fix for ActionView::Template#refresh in rails 3.1.0.beta
André Camargo
2010-10-15
1
-1
/
+1
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
1
-9
/
+0
*
Use identifiers for template equality.
José Valim
2010-10-10
1
-0
/
+9
*
Clean up unused methods from AV::Base and pass in the template object on rend...
José Valim
2010-10-10
1
-2
/
+5
*
Add expire! and rerender to the template API. This will be used by SASS templ...
José Valim
2010-10-10
1
-3
/
+20
*
Clean up the house before moving in the new furniture.
José Valim
2010-10-10
1
-2
/
+3
*
Resolvers now consider timestamps.
José Valim
2010-10-10
1
-12
/
+13
*
Add more docs and tests to templates.
José Valim
2010-10-09
1
-41
/
+54
*
Allow cache to be temporarily disabled through lookup_context.
José Valim
2010-10-07
1
-1
/
+3
*
render :template => 'foo/bar.json' now works as it should.
José Valim
2010-10-07
1
-2
/
+2
*
Remove locals dependency from template.
José Valim
2010-10-07
1
-23
/
+43
*
Revert "removing crazy finalizer code until there is proof that we need it"
José Valim
2010-09-30
1
-0
/
+11
*
removing crazy finalizer code until there is proof that we need it
Aaron Patterson
2010-09-29
1
-9
/
+0
*
Doh, be sure to store the string modification.
José Valim
2010-08-26
1
-3
/
+2
*
Do not modify frozen strings in place.
José Valim
2010-08-26
1
-1
/
+1
*
Ensure templates like template.html are found but still uses the proper virtu...
José Valim
2010-08-26
1
-3
/
+4
*
Revert "Revert "Name compiled render methods". This caused several failures o...
Jeremy Kemper
2010-06-29
1
-8
/
+11
*
Revert "Name compiled render methods". This caused several failures on AP tes...
José Valim
2010-06-29
1
-11
/
+8
*
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
[next]