aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/lookup_context_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-4/+0
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-101-2/+2
* Resolvers now consider timestamps.José Valim2010-10-101-0/+45
* Allow cache to be temporarily disabled through lookup_context.José Valim2010-10-071-0/+21
* Make AP test suite green once again and speed up performance in layouts looku...José Valim2010-06-071-14/+2
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-15/+28
* Move more normalization up to the lookup context, so it does not have to repe...José Valim2010-03-161-8/+8
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-3/+1
* Add tests for lookup context.José Valim2010-03-111-0/+167