aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/handlers
Commit message (Expand)AuthorAgeFilesLines
* fixed some ruby 19 warnings, including circular requires and variable name reuseJosh Kalderimis2011-05-211-1/+0
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-14/+4
* Buffer should be an option passed down to template rendering.José Valim2011-04-161-1/+1
* removes the RJS template handlerXavier Noria2011-04-131-13/+0
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* Make safe_append= live on AV::OutputBuffer not AS::SafeBufferMichael Koziarski2010-11-081-0/+1
* Added support for Erubis <%== tagJan Maurits Faber2010-11-081-1/+5
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-103-22/+23
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-15/+0
* Update template to allow handlers to more cleanly handle encodings (ht: nex3)wycats2010-05-301-27/+25
* Make sure encoding changes don't break 1.8wycats2010-05-171-1/+3
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-3/+42
* Initial work to improve the state of encodings for templateswycats2010-05-161-45/+53
* Check blocks are not incorrectly detected when compiling erubis templates [#4...Simon Jefford2010-05-161-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-1/+18
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-2/+1
* %= works for content_tag and does not require parenthesis on method callJosé Valim2010-03-121-47/+6
* Delegate #encoding to SafeBuffer tooJeremy Kemper2010-03-111-0/+4
* Make form helpers work with <%= wycats2010-03-091-0/+8
* Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-5/+41
* Rename erubis_implementation to erb_implementation.José Valim2010-02-221-3/+3
* Add support for compile-time <%= raw %>Yehuda Katz2010-01-311-1/+5
* Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...Santiago Pastorino2010-01-311-1/+1
* Instead of marking raw text in templates as safe, and then putting them throu...Yehuda Katz2009-12-241-1/+2
* Reorganize autoloads:Carlhuda2009-12-023-6/+6
* Make encodings work with Erubis and 1.9 againYehuda Katz2009-10-161-3/+5
* Make the erubis implementation easier for plugins to change.Michael Koziarski2009-10-151-1/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-3/+25
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Fix pattern to match various magic comment formatsAkira Matsuda2009-07-011-1/+1
* Try speeding up rails bootingYehuda Katz + Carl Lerche2009-06-252-3/+3
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-2/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-1/+0
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-011-1/+3
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-5/+1
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-213-0/+10
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+2
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-223-0/+52