aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/lookup_context.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve performance of the rendering stack by freezing formats as a sign ↵José Valim2010-03-191-38/+34
| | | | 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-6/+30
| | | | repeat in every resolver.
* Optimize DetailsKey generation.José Valim2010-03-141-4/+5
|
* Allow anything that responds to render to be given as :template and use ↵José Valim2010-03-121-0/+2
| | | | find_template instead of find in views.
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-8/+11
|
* Add tests for lookup context.José Valim2010-03-111-33/+33
|
* Optimize and clean up how details key get expired.José Valim2010-03-101-28/+29
|
* Clean LookupContext API.José Valim2010-03-081-5/+5
|
* Bring AM up to date with new rendering stack.José Valim2010-03-081-0/+5
|
* Move details to lookup_context and make resolvers use the cache key.José Valim2010-03-081-54/+103
|
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-0/+16
|
* Rename Template::Lookup to LookupContext.José Valim2010-03-081-0/+80