| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes a couple of regexps, the suite showed warnings about them | Xavier Noria | 2011-03-27 | 1 | -2/+2 |
* | Improved resolver docs a bit | José Valim | 2011-03-19 | 1 | -2/+10 |
* | [action_view] docs for FileSystemResolver | Chris Kowalik | 2011-03-20 | 1 | -2/+30 |
* | [action_view] added custom patterns to template resolver | Chris Kowalik | 2011-03-20 | 1 | -18/+49 |
* | Add additional text to NotImplementedErrors [#6328 state:resolved] | Mike Gehard | 2011-03-12 | 1 | -1/+1 |
* | reduce string append funcalls | Aaron Patterson | 2011-02-08 | 1 | -3/+3 |
* | Ensure render is case sensitive even on systems with case-insensitive filesys... | José Valim | 2011-02-08 | 1 | -3/+12 |
* | A bunch of cleanup on the inherited template patch | wycats | 2010-12-26 | 1 | -1/+1 |
* | Bring back config.action_view.cache_template_loading [#5847 state:resolved] | Piotr Sarnacki | 2010-12-16 | 1 | -3/+8 |
* | Ensure resolvers backward compatibility. | José Valim | 2010-12-09 | 1 | -1/+1 |
* | Deprecate handler_class_for_extension as template handlers can be any Ruby ob... | José Valim | 2010-12-01 | 1 | -1/+1 |
* | Do not allow templates coming from Fallback resolvers to store a virtual path. | José Valim | 2010-10-10 | 1 | -0/+13 |
* | Resolvers now consider timestamps. | José Valim | 2010-10-10 | 1 | -21/+46 |
* | Remove locals dependency from template. | José Valim | 2010-10-07 | 1 | -7/+23 |
* | Get rid of ruby warnings in Resolvers. Move a few methods up to the abstract ... | José Valim | 2010-10-07 | 1 | -21/+24 |
* | Initialize @path. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | Revert "Setup explicit requires for files with exceptions. Removed them from ... | José Valim | 2010-09-02 | 1 | -1/+0 |
* | Setup explicit requires for files with exceptions. Removed them from autoload... | Łukasz Strzałkowski | 2010-09-02 | 1 | -0/+1 |
* | Avoid using Pathname on Resolver and AS::Dependencies. | José Valim | 2010-06-24 | 1 | -1/+1 |
* | Final touches and fixes. | Rizwan Reza | 2010-06-21 | 1 | -0/+1 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -1/+4 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -4/+1 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -1/+4 |
* | yield always return an array, so we don't need to use .key? | José Valim | 2010-03-31 | 1 | -6/+1 |
* | Improve performance of the rendering stack by freezing formats as a sign that... | José Valim | 2010-03-19 | 1 | -7/+12 |
* | Sending the partial as info is no longer required. | José Valim | 2010-03-18 | 1 | -3/+3 |
* | Move more normalization up to the lookup context, so it does not have to repe... | José Valim | 2010-03-16 | 1 | -23/+1 |
* | Optimize and clean up how details key get expired. | José Valim | 2010-03-10 | 1 | -0/+5 |
* | Clean up the API required from ActionView::Template. | José Valim | 2010-03-09 | 1 | -19/+12 |
* | Clean LookupContext API. | José Valim | 2010-03-08 | 1 | -6/+10 |
* | Move details to lookup_context and make resolvers use the cache key. | José Valim | 2010-03-08 | 1 | -34/+12 |
* | Speed up performance in resolvers by adding fallbacks just when required. | José Valim | 2010-03-08 | 1 | -24/+7 |
* | First take on ViewPaths clean up. | José Valim | 2010-03-07 | 1 | -8/+11 |
* | Actually, revert previous commit. Having a lot of information is better than ... | José Valim | 2010-03-05 | 1 | -9/+3 |
* | Define to_s method in ActionView::Resolver, so I'm not required to write it i... | José Valim | 2010-03-05 | 1 | -1/+5 |
* | Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C... | Yehuda Katz | 2010-02-23 | 1 | -1/+1 |
* | Resolve view paths correctly on CygWin | Sam Ruby | 2010-02-02 | 1 | -1/+1 |
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -1/+2 |
* | deOMGifying Railties, Active Support, and Action Pack | Mikel Lindsaar | 2010-01-31 | 1 | -2/+1 |
* | Fix t('.helper'). | José Valim | 2010-01-26 | 1 | -5/+8 |
* | Silence some trivial warnings: shadowed local vars, indentation mismatches | Jeremy Kemper | 2009-12-28 | 1 | -8/+4 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -3/+3 |
* | Fix a bug where templates with locales were not being sorted correctly | Yehuda Katz | 2009-10-16 | 1 | -1/+1 |
* | Replace :formats => ["*/*"] with the default formats set | Yehuda Katz + Carl Lerche | 2009-09-03 | 1 | -0/+2 |
* | Refactor ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-09-03 | 1 | -77/+95 |
* | Fix the */* with Net::HTTP bug [#3100 state:resolved] | Yehuda Katz + Carl Lerche | 2009-09-01 | 1 | -22/+9 |
* | Add a default parameter for Resolver#initialize | Carl Lerche | 2009-08-26 | 1 | -1/+1 |
* | Got tests to pass with some more changes. | Yehuda Katz | 2009-08-15 | 1 | -1/+1 |
* | Add some more caching to the lookup | Yehuda Katz | 2009-08-11 | 1 | -12/+18 |
* | This change causes some failing tests, but it should be possible to make them... | Yehuda Katz | 2009-08-11 | 1 | -2/+4 |