| Commit message (Expand) | Author | Age | Files | Lines |
* | Override <%== to always behave as literal text rather than toggling based on ... | Jeremy Kemper | 2012-12-03 | 1 | -0/+11 |
* | Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`. | Joost Baaij | 2012-11-16 | 1 | -0/+5 |
* | Revert "Merge pull request #7033 from kron4eg/master". Not a a fan at all of ... | David Heinemeier Hansson | 2012-08-07 | 1 | -10/+4 |
* | Restoring the '%' trim mode for ERb templates, allowing for a leading percent... | Artiom Di | 2012-08-07 | 1 | -4/+10 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | format lookup for partials is derived from the format in which the template i... | Santiago Pastorino | 2012-02-22 | 1 | -4/+0 |
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -14/+10 |
* | Fixes for using action view template in isolation. | José Valim | 2011-11-30 | 1 | -1/+1 |
* | corrected the ActionMailer tests which broke due to some code removed from Ac... | Josh Kalderimis | 2011-05-25 | 1 | -0/+1 |
* | removed deprecated methods, and related tests, from ActionPack | Josh Kalderimis | 2011-05-24 | 1 | -1/+0 |
* | fixed some ruby 19 warnings, including circular requires and variable name reuse | Josh Kalderimis | 2011-05-21 | 1 | -1/+0 |
* | Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside... | José Valim | 2011-04-16 | 1 | -14/+4 |
* | Buffer should be an option passed down to template rendering. | José Valim | 2011-04-16 | 1 | -1/+1 |
* | s/ERb/ERB/g | Akira Matsuda | 2011-04-03 | 1 | -1/+1 |
* | Action Pack typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
* | Make safe_append= live on AV::OutputBuffer not AS::SafeBuffer | Michael Koziarski | 2010-11-08 | 1 | -0/+1 |
* | Added support for Erubis <%== tag | Jan Maurits Faber | 2010-11-08 | 1 | -1/+5 |
* | Deprecate old template handler API. Remove old handlers. | José Valim | 2010-10-10 | 1 | -10/+15 |
* | Remove deprecated support to <% form_for %> and several ActionController::Bas... | José Valim | 2010-08-29 | 1 | -15/+0 |
* | Update template to allow handlers to more cleanly handle encodings (ht: nex3) | wycats | 2010-05-30 | 1 | -27/+25 |
* | 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 | 1 | -3/+42 |
* | 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 |
* | Add deprecation notices for <% %>. | Carlhuda | 2010-03-15 | 1 | -1/+18 |
* | %= 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 |
* | 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 |
* | Rename erubis_implementation to erb_implementation. | José Valim | 2010-02-22 | 1 | -3/+3 |
* | 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 |
* | Instead of marking raw text in templates as safe, and then putting them throu... | Yehuda Katz | 2009-12-24 | 1 | -1/+2 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -2/+2 |
* | Make encodings work with Erubis and 1.9 again | Yehuda Katz | 2009-10-16 | 1 | -3/+5 |
* | Make the erubis implementation easier for plugins to change. | Michael Koziarski | 2009-10-15 | 1 | -1/+4 |
* | Switch to on-by-default XSS escaping for rails. | Michael Koziarski | 2009-10-08 | 1 | -3/+25 |
* | Fix pattern to match various magic comment formats | Akira Matsuda | 2009-07-01 | 1 | -1/+1 |
* | Try speeding up rails booting | Yehuda Katz + Carl Lerche | 2009-06-25 | 1 | -1/+2 |
* | Ensure ERB source begins with the encoding comment | Jeremy Kemper | 2009-06-01 | 1 | -1/+3 |
* | Ruby 1.9: ERB template encoding using a magic comment at the top of the file | Jeremy Kemper | 2009-05-28 | 1 | -5/+1 |
* | Remove some response content type concepts from ActionView | Yehuda Katz + Carl Lerche | 2009-05-21 | 1 | -0/+2 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+1 |
* | First, very early, AbstractController code. More to come | Yehuda Katz | 2009-02-24 | 1 | -0/+2 |
* | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -0/+22 |