| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Update Orchestra instrumentations and move part of logging to Orchestra. | José Valim | 2009-10-15 | 1 | -1/+1 |
* | Revert "Rename Orchestra to Notifications [#3321 state:resolved]" | José Valim | 2009-10-15 | 1 | -1/+1 |
* | Make the erubis implementation easier for plugins to change. | Michael Koziarski | 2009-10-15 | 1 | -1/+4 |
* | Rename Orchestra to Notifications [#3321 state:resolved] | Joshua Peek | 2009-10-14 | 1 | -1/+1 |
* | Switch to on-by-default XSS escaping for rails. | Michael Koziarski | 2009-10-08 | 1 | -3/+25 |
* | Restore split between require-time and runtime load path mungery. Simplifies ... | Jeremy Kemper | 2009-09-24 | 1 | -1/+1 |
* | Clean up log output for rendered templates | Joshua Peek | 2009-09-24 | 3 | -65/+85 |
* | Instrument process_action, render and sql. | José Valim | 2009-09-20 | 1 | -2/+4 |
* | Remove unused code in ActionView. | José Valim | 2009-09-15 | 3 | -130/+0 |
* | Rollback AS bundler work and improve activation of vendored dependencies | Joshua Peek | 2009-09-13 | 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 |
* | Caches and cache clearing seems to actually work, but the actual architecture... | Yehuda Katz | 2009-08-15 | 1 | -1/+16 |
* | More cleanup of ActionView and reduction in need for blocks in some cases: | Yehuda Katz | 2009-08-15 | 2 | -5/+0 |
* | Clean up ActionView some: | Yehuda Katz | 2009-08-15 | 2 | -3/+11 |
* | 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 |
* | Rendering a template from ActionView will default to looking for partials onl... | Yehuda Katz | 2009-08-09 | 1 | -1/+3 |
* | Cache some more things to improve partial perf | Yehuda Katz | 2009-08-09 | 1 | -2/+6 |
* | Went from 25% slower partials (vs. 2.3) to 10% faster. More to come. | Yehuda Katz | 2009-08-09 | 1 | -2/+2 |
* | Rename find_by_parts and find_by_parts? to find and exists? | Yehuda Katz | 2009-08-07 | 1 | -1/+1 |
* | Separate ActionView::Context so something else can easily be made into an AV ... | Yehuda Katz | 2009-07-19 | 2 | -5/+5 |