aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-9/+0
* Use identifiers for template equality.José Valim2010-10-101-0/+9
* Clean up unused methods from AV::Base and pass in the template object on rend...José Valim2010-10-101-2/+5
* Add expire! and rerender to the template API. This will be used by SASS templ...José Valim2010-10-101-3/+20
* Clean up the house before moving in the new furniture.José Valim2010-10-101-2/+3
* Resolvers now consider timestamps.José Valim2010-10-101-12/+13
* Add more docs and tests to templates.José Valim2010-10-091-41/+54
* Allow cache to be temporarily disabled through lookup_context.José Valim2010-10-071-1/+3
* render :template => 'foo/bar.json' now works as it should.José Valim2010-10-071-2/+2
* Remove locals dependency from template.José Valim2010-10-071-23/+43
* Revert "removing crazy finalizer code until there is proof that we need it"José Valim2010-09-301-0/+11
* removing crazy finalizer code until there is proof that we need itAaron Patterson2010-09-291-9/+0
* Doh, be sure to store the string modification.José Valim2010-08-261-3/+2
* Do not modify frozen strings in place.José Valim2010-08-261-1/+1
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-261-3/+4
* Revert "Revert "Name compiled render methods". This caused several failures o...Jeremy Kemper2010-06-291-8/+11
* Revert "Name compiled render methods". This caused several failures on AP tes...José Valim2010-06-291-11/+8
* Name compiled render methodsJeremy Kemper2010-06-281-8/+11
* Added title to some other files in actionpack/lib/action_viewRizwan Reza2010-06-161-0/+1
* Update template to allow handlers to more cleanly handle encodings (ht: nex3)wycats2010-05-301-38/+39
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-25/+170
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-170/+25
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-31/+170
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+6
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Use a constant proc to generate ActionView::Template finalizers. For some str...Aman Gupta2010-04-041-3/+3
* Fix memory leak in dev modewycats2010-04-021-0/+9
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-8/+4
* Mark bang instrumentations as something that you shuold not be listening to.José Valim2010-03-171-8/+3
* Modify assert_template to use instrumentationCarlhuda2010-03-171-2/+6
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+0
* Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-0/+2
* Clean up the API required from ActionView::Template.José Valim2010-03-091-16/+16
* Rename Template::Lookup to LookupContext.José Valim2010-03-081-1/+0
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-0/+1
* Fix t('.helper').José Valim2010-01-261-2/+2
* Break instrumentation into several end-points so rendering of partials can be...José Valim2009-12-261-4/+2
* Dead codeYehuda Katz2009-12-241-15/+0
* Flip deferrable autoload conventionJoshua Peek2009-12-221-6/+8
* Reorganize autoloads:Carlhuda2009-12-021-0/+138
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-235/+0
* Fix performance regressionJeremy Kemper2009-01-161-1/+1
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-4/+81
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-0/+28
* Revert "Auto-load template handlers based on unmatched extensions [#1540 stat...Pratik Naik2008-12-191-3/+7
* Auto-load template handlers based on unmatched extensions [#1540 state:resolved]Nathan Weizenbaum2008-12-151-7/+3
* Fixed template lookups from outside the rails root [#1557 state:resolved]Joshua Peek2008-12-111-1/+1
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-031-1/+1
* Validate template extensions [#1187 state:resolved]Joshua Peek2008-12-031-8/+6
* fixed template recompile issue with previous commit and add some better tests...Joshua Peek2008-11-281-0/+18