aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+4
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-4/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+4
* yield always return an array, so we don't need to use .key?José Valim2010-03-311-6/+1
* 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
* 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-091-19/+12
* 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
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-24/+7
* First take on ViewPaths clean up.José Valim2010-03-071-8/+11
* Actually, revert previous commit. Having a lot of information is better than ...José Valim2010-03-051-9/+3
* Define to_s method in ActionView::Resolver, so I'm not required to write it i...José Valim2010-03-051-1/+5
* Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...Yehuda Katz2010-02-231-1/+1
* Resolve view paths correctly on CygWinSam Ruby2010-02-021-1/+1
* Convert to class_attributeJeremy Kemper2010-02-011-1/+2
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-2/+1
* Fix t('.helper').José Valim2010-01-261-5/+8
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-281-8/+4
* Reorganize autoloads:Carlhuda2009-12-021-3/+3
* Fix a bug where templates with locales were not being sorted correctlyYehuda Katz2009-10-161-1/+1
* Replace :formats => ["*/*"] with the default formats setYehuda Katz + Carl Lerche2009-09-031-0/+2
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-77/+95
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-22/+9
* Add a default parameter for Resolver#initializeCarl Lerche2009-08-261-1/+1
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* Add some more caching to the lookupYehuda Katz2009-08-111-12/+18
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-2/+4
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
* Rename path.rb to resolver.rbYehuda Katz + Carl Lerche2009-06-171-0/+150