| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Make sure that we don't perform in-place mutation on SafeBuffer string" | Santiago Pastorino and José Ignacio Costa | 2011-06-10 | 1 | -3/+0 |
* | Make sure that we don't perform in-place mutation on SafeBuffer string | Prem Sichanugrist | 2011-06-10 | 1 | -0/+3 |
* | action_view/template/handler has been removed | Kuldar Krabbi | 2011-05-25 | 1 | -1/+0 |
* | Fix styiling issue on ActionView::Template docs | Sebastian Martinez | 2011-05-10 | 1 | -5/+5 |
* | Remove dependency from _template. | José Valim | 2011-05-01 | 1 | -11/+3 |
* | Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside... | José Valim | 2011-04-16 | 1 | -0/+6 |
* | Buffer should be an option passed down to template rendering. | José Valim | 2011-04-16 | 1 | -27/+4 |
* | Use Mime::Type references. | José Valim | 2011-02-08 | 1 | -1/+1 |
* | all tests pass | artemave | 2010-12-26 | 1 | -1/+1 |
* | Properly check the arity for template handlers. | José Valim | 2010-12-09 | 1 | -1/+1 |
* | Allow template handlers to store temp data. | José Valim | 2010-11-24 | 1 | -0/+5 |
* | Pass the view object as parameter to the handler. Useful if you need to acces... | José Valim | 2010-11-17 | 1 | -1/+2 |
* | Fix for ActionView::Template#refresh in rails 3.1.0.beta | André Camargo | 2010-10-15 | 1 | -1/+1 |
* | Remove :cache => true on lookup templates initialization. | José Valim | 2010-10-14 | 1 | -9/+0 |
* | Use identifiers for template equality. | José Valim | 2010-10-10 | 1 | -0/+9 |
* | Clean up unused methods from AV::Base and pass in the template object on rend... | José Valim | 2010-10-10 | 1 | -2/+5 |
* | Add expire! and rerender to the template API. This will be used by SASS templ... | José Valim | 2010-10-10 | 1 | -3/+20 |
* | Clean up the house before moving in the new furniture. | José Valim | 2010-10-10 | 1 | -2/+3 |
* | Resolvers now consider timestamps. | José Valim | 2010-10-10 | 1 | -12/+13 |
* | Add more docs and tests to templates. | José Valim | 2010-10-09 | 1 | -41/+54 |
* | Allow cache to be temporarily disabled through lookup_context. | José Valim | 2010-10-07 | 1 | -1/+3 |
* | render :template => 'foo/bar.json' now works as it should. | José Valim | 2010-10-07 | 1 | -2/+2 |
* | Remove locals dependency from template. | José Valim | 2010-10-07 | 1 | -23/+43 |
* | Revert "removing crazy finalizer code until there is proof that we need it" | José Valim | 2010-09-30 | 1 | -0/+11 |
* | removing crazy finalizer code until there is proof that we need it | Aaron Patterson | 2010-09-29 | 1 | -9/+0 |
* | Doh, be sure to store the string modification. | José Valim | 2010-08-26 | 1 | -3/+2 |
* | Do not modify frozen strings in place. | José Valim | 2010-08-26 | 1 | -1/+1 |
* | Ensure templates like template.html are found but still uses the proper virtu... | José Valim | 2010-08-26 | 1 | -3/+4 |
* | Revert "Revert "Name compiled render methods". This caused several failures o... | Jeremy Kemper | 2010-06-29 | 1 | -8/+11 |
* | Revert "Name compiled render methods". This caused several failures on AP tes... | José Valim | 2010-06-29 | 1 | -11/+8 |
* | Name compiled render methods | Jeremy Kemper | 2010-06-28 | 1 | -8/+11 |
* | Added title to some other files in actionpack/lib/action_view | Rizwan Reza | 2010-06-16 | 1 | -0/+1 |
* | Update template to allow handlers to more cleanly handle encodings (ht: nex3) | wycats | 2010-05-30 | 1 | -38/+39 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -25/+170 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -170/+25 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -31/+170 |
* | Initial work to improve the state of encodings for templates | wycats | 2010-05-16 | 1 | -0/+6 |
* | Change event namespace ordering to most-significant first [#4504 state:resolved] | Justin George | 2010-05-02 | 1 | -1/+1 |
* | Use a constant proc to generate ActionView::Template finalizers. For some str... | Aman Gupta | 2010-04-04 | 1 | -3/+3 |
* | Fix memory leak in dev mode | wycats | 2010-04-02 | 1 | -0/+9 |
* | Improve performance of the rendering stack by freezing formats as a sign that... | José Valim | 2010-03-19 | 1 | -8/+4 |
* | Mark bang instrumentations as something that you shuold not be listening to. | José Valim | 2010-03-17 | 1 | -8/+3 |
* | Modify assert_template to use instrumentation | Carlhuda | 2010-03-17 | 1 | -2/+6 |
* | Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning... | wycats | 2010-03-17 | 1 | -1/+0 |
* | Fix rendering of HTML partials inside JS templates [#4197 status:resolved] | José Valim | 2010-03-16 | 1 | -0/+2 |
* | Clean up the API required from ActionView::Template. | José Valim | 2010-03-09 | 1 | -16/+16 |
* | Rename Template::Lookup to LookupContext. | José Valim | 2010-03-08 | 1 | -1/+0 |
* | Added template lookup responsible to hold all information used in template lo... | José Valim | 2010-03-07 | 1 | -0/+1 |
* | Fix t('.helper'). | José Valim | 2010-01-26 | 1 | -2/+2 |
* | Break instrumentation into several end-points so rendering of partials can be... | José Valim | 2009-12-26 | 1 | -4/+2 |