| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize LookupContext | wycats | 2010-06-04 | 1 | -1/+1 |
* | Update template to allow handlers to more cleanly handle encodings (ht: nex3) | wycats | 2010-05-30 | 2 | -27/+26 |
* | Make sure encoding changes don't break 1.8 | wycats | 2010-05-17 | 1 | -1/+3 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 3 | -4/+64 |
* | Initial work to improve the state of encodings for templates | wycats | 2010-05-16 | 1 | -45/+53 |
* | Check blocks are not incorrectly detected when compiling erubis templates [#4... | Simon Jefford | 2010-05-16 | 1 | -1/+1 |
* | Use annoted source code in Template:Error to avoid special cases in the show ... | José Valim | 2010-05-09 | 1 | -3/+2 |
* | Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ... | José Valim | 2010-05-03 | 1 | -26/+6 |
* | yield always return an array, so we don't need to use .key? | José Valim | 2010-03-31 | 1 | -6/+1 |
* | Eliminate an error from an implicit dependency on AV::Base | wycats | 2010-03-19 | 1 | -2/+22 |
* | 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 |
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 1 | -1/+18 |
* | Finish cleaning up rendering stack from views and move assigns evaluation to ... | José Valim | 2010-03-12 | 2 | -10/+7 |
* | %= works for content_tag and does not require parenthesis on method call | José Valim | 2010-03-12 | 1 | -47/+6 |
* | Delegate #encoding to SafeBuffer too | Jeremy Kemper | 2010-03-11 | 1 | -0/+4 |
* | Merge branch 'master' of github.com:rails/rails | wycats | 2010-03-10 | 2 | -24/+18 |
|\ |
|
| * | 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 | 2 | -24/+13 |
* | | Make form helpers work with <%= | wycats | 2010-03-09 | 1 | -0/+8 |
* | | Deprecate block_called_from_erb? pending a solution for getting it into apps | Carlhuda | 2010-03-09 | 1 | -5/+41 |
|/ |
|
* | 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 |
* | Rename Template::Lookup to LookupContext. | José Valim | 2010-03-08 | 1 | -56/+0 |
* | Finally moved the find template logic to the views. | José Valim | 2010-03-08 | 1 | -4/+3 |
* | Move layout lookup to views. | José Valim | 2010-03-08 | 1 | -0/+8 |
* | Added template lookup responsible to hold all information used in template lo... | José Valim | 2010-03-07 | 1 | -0/+48 |
* | 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 |
* | Rename erubis_implementation to erb_implementation. | José Valim | 2010-02-22 | 1 | -3/+3 |
* | Resolve view paths correctly on CygWin | Sam Ruby | 2010-02-02 | 1 | -1/+1 |
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 2 | -3/+4 |
* | Add support for compile-time <%= raw %> | Yehuda Katz | 2010-01-31 | 1 | -1/+5 |
* | Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S... | Santiago Pastorino | 2010-01-31 | 1 | -1/+1 |
* | 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 |
* | Add subscriber for ActionPack and move all logging inside it. | José Valim | 2010-01-13 | 1 | -1/+1 |
* | Silence some trivial warnings: shadowed local vars, indentation mismatches | Jeremy Kemper | 2009-12-28 | 2 | -10/+6 |
* | Instead of marking raw text in templates as safe, and then putting them throu... | Yehuda Katz | 2009-12-24 | 1 | -1/+2 |
* | Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE... | Nathan Weizenbaum | 2009-12-10 | 1 | -1/+3 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 9 | -317/+197 |
* | Improve AbstractController layouts coverage. | José Valim | 2009-11-01 | 1 | -2/+2 |
* | Reduce TextTemplate cost for simple cases | Yehuda Katz | 2009-10-28 | 1 | -1/+3 |
* | Make encodings work with Erubis and 1.9 again | Yehuda Katz | 2009-10-16 | 1 | -3/+5 |
* | Fix a bug where templates with locales were not being sorted correctly | Yehuda Katz | 2009-10-16 | 1 | -1/+1 |
* | Renamed Orchestra to Notifications once again [#3321 state:resolved] | José Valim | 2009-10-15 | 1 | -1/+1 |