aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'template_error' into mergeAaron Patterson2011-01-181-4/+1
|\
| * Ensure original exception message is present in both Template::Error#message ...John Firebaugh2010-10-291-4/+1
| * ActiveSupport::Deprecation.silence no longer needed.John Firebaugh2010-10-291-1/+1
* | A bunch of cleanup on the inherited template patchwycats2010-12-262-3/+7
* | Bring back config.action_view.cache_template_loading [#5847 state:resolved]Piotr Sarnacki2010-12-161-3/+8
* | Ensure resolvers backward compatibility.José Valim2010-12-091-1/+1
* | Deprecate handler_class_for_extension as template handlers can be any Ruby ob...José Valim2010-12-012-2/+8
* | Make safe_append= live on AV::OutputBuffer not AS::SafeBufferMichael Koziarski2010-11-081-0/+1
* | Added support for Erubis <%== tagJan Maurits Faber2010-11-081-1/+5
|/
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-20/+0
* SReorganize autoloads slightly and move two files to lib/action_view root.José Valim2010-10-141-2/+2
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-101-0/+13
* Use identifiers for template equality.José Valim2010-10-101-0/+20
* Resolvers now consider timestamps.José Valim2010-10-101-21/+46
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-105-30/+35
* Remove locals dependency from template.José Valim2010-10-072-11/+23
* Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ...José Valim2010-10-071-21/+24
* Template::Error is also used if rendering fails.John Firebaugh2010-10-041-2/+3
* Initialize @path.Emilio Tagua2010-09-281-0/+1
* Initialize @sub_templatesEmilio Tagua2010-09-281-0/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-15/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-2/+2
* Avoid using Pathname on Resolver and AS::Dependencies.José Valim2010-06-241-1/+1
* Final touches and fixes.Rizwan Reza2010-06-214-0/+4
* Optimize LookupContextwycats2010-06-041-1/+1
* Update template to allow handlers to more cleanly handle encodings (ht: nex3)wycats2010-05-302-27/+26
* Make sure encoding changes don't break 1.8wycats2010-05-171-1/+3
* Significantly improved internal encoding heuristics and support.wycats2010-05-163-4/+64
* Initial work to improve the state of encodings for templateswycats2010-05-161-45/+53
* Check blocks are not incorrectly detected when compiling erubis templates [#4...Simon Jefford2010-05-161-1/+1
* Use annoted source code in Template:Error to avoid special cases in the show ...José Valim2010-05-091-3/+2
* Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ...José Valim2010-05-031-26/+6
* yield always return an array, so we don't need to use .key?José Valim2010-03-311-6/+1
* Eliminate an error from an implicit dependency on AV::Basewycats2010-03-191-2/+22
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-7/+12
* Sending the partial as info is no longer required.José Valim2010-03-181-3/+3
* Move more normalization up to the lookup context, so it does not have to repe...José Valim2010-03-161-23/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-1/+18
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-122-10/+7
* %= works for content_tag and does not require parenthesis on method callJosé Valim2010-03-121-47/+6
* Delegate #encoding to SafeBuffer tooJeremy Kemper2010-03-111-0/+4
* Merge branch 'master' of github.com:rails/railswycats2010-03-102-24/+18
|\
| * Optimize and clean up how details key get expired.José Valim2010-03-101-0/+5
| * Clean up the API required from ActionView::Template.José Valim2010-03-092-24/+13
* | Make form helpers work with <%= wycats2010-03-091-0/+8
* | Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-5/+41
|/
* Clean LookupContext API.José Valim2010-03-081-6/+10
* Move details to lookup_context and make resolvers use the cache key.José Valim2010-03-081-34/+12