aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/template_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency from _template.José Valim2011-05-011-6/+4
* Buffer should be an option passed down to template rendering.José Valim2011-04-161-38/+0
* all tests passartemave2010-12-261-2/+2
* Fix for ActionView::Template#refresh in rails 3.1.0.betaAndré Camargo2010-10-151-2/+2
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-8/+0
* Use identifiers for template equality.José Valim2010-10-101-0/+8
* Clean up unused methods from AV::Base and pass in the template object on rend...José Valim2010-10-101-8/+10
* Add expire! and rerender to the template API. This will be used by SASS templ...José Valim2010-10-101-2/+47
* Add some unit tests to Template#refresh.José Valim2010-10-101-4/+28
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-101-2/+2
* Add more docs and tests to templates.José Valim2010-10-091-0/+12
* Fix 1.9.2 failures.José Valim2010-10-081-4/+4
* Remove locals dependency from template.José Valim2010-10-071-0/+1
* Use helper method here.Emilio Tagua2010-09-281-6/+5
* Silence warnings here, only setting Encoding.default_external for testing.Emilio Tagua2010-09-281-2/+3
* Initialize @_virtual_path path ivar.Emilio Tagua2010-09-281-0/+1
* Move encoding settings for testing purposes to abstract_unit fileSantiago Pastorino2010-08-211-8/+1
* Update template to allow handlers to more cleanly handle encodings (ht: nex3)wycats2010-05-301-4/+13
* Make sure encoding changes don't break 1.8wycats2010-05-171-4/+6
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-0/+128