aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix styiling issue on ActionView::Template docsSebastian Martinez2011-05-101-5/+5
* Remove dependency from _template.José Valim2011-05-011-11/+3
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-0/+6
* Buffer should be an option passed down to template rendering.José Valim2011-04-161-27/+4
* Use Mime::Type references.José Valim2011-02-081-1/+1
* all tests passartemave2010-12-261-1/+1
* Properly check the arity for template handlers.José Valim2010-12-091-1/+1
* Allow template handlers to store temp data.José Valim2010-11-241-0/+5
* Pass the view object as parameter to the handler. Useful if you need to acces...José Valim2010-11-171-1/+2
* Fix for ActionView::Template#refresh in rails 3.1.0.betaAndré Camargo2010-10-151-1/+1
* 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