aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Double assign locals to avoid unused variables warningAndrew White2016-11-021-1/+2
* Prevent concurrent compilation of templates - closes #6400Tom Clarke2012-05-201-10/+22
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-11/+6
* Don't wrap the raise with ensureSantiago Pastorino2012-02-211-9/+11
* Restore lookup formats to the previous value after searching for the failing ...Santiago Pastorino2012-02-211-1/+3
* Use the right format when a partial is missing.Santiago Pastorino2012-02-201-0/+1
* Check if source is encoding aware.José Valim2011-12-201-32/+30
* Do not hard code encoding to UTF8José Valim2011-12-201-43/+53
* load the encoding converter to work around [ruby-core:41556] when switching e...Aaron Patterson2011-12-081-27/+0
* Switch from marshal format to plain text for the encoding conversions dump. T...Jon Leighton2011-11-161-6/+7
* RUBY_ENGINE is not defined on 1.8Jon Leighton2011-11-061-1/+1
* Implement a workaround for a bug in ruby-1.9.3p0.Jon Leighton2011-11-061-0/+26
* Revert "Make sure that we don't perform in-place mutation on SafeBuffer string"Santiago Pastorino and José Ignacio Costa2011-06-101-3/+0
* Make sure that we don't perform in-place mutation on SafeBuffer stringPrem Sichanugrist2011-06-101-0/+3
* action_view/template/handler has been removedKuldar Krabbi2011-05-251-1/+0
* 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