aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/lookup_context_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make AP test suite green once again and speed up performance in layouts ↵José Valim2010-06-071-14/+2
| | | | lookup for some cases.
* Improve performance of the rendering stack by freezing formats as a sign ↵José Valim2010-03-191-15/+28
| | | | that they shouldn't be further modified.
* Move more normalization up to the lookup context, so it does not have to ↵José Valim2010-03-161-8/+8
| | | | repeat in every resolver.
* 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