aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/handlers.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7669 from guilleiguaran/rename-rb-handlerCarlos Antonio da Silva2012-09-171-1/+1
|\
| * Rename .rb template handler to .ruby to avoid conflicts with mustache views c...Guillermo Iguaran2012-09-171-1/+1
* | allowing pass couple extension to register_template_handler callTima Maslyuchenko2012-09-171-3/+6
|/
* Add .rb template handlerGuillermo Iguaran2012-09-111-0/+1
* Created a Raw handler for templates.Steve Klabnik2012-05-171-0/+2
* Merge pull request #5101 from ckdake/ckdake_actionview_handler_resetJosé Valim2012-02-201-0/+1
* updating documentation for register_template_handlerJames A. Rosen2012-02-011-8/+5
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-6/+0
* removes the RJS template handlerXavier Noria2011-04-131-2/+0
* Deprecate handler_class_for_extension as template handlers can be any Ruby ob...José Valim2010-12-011-1/+7
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-101-7/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Final touches and fixes.Rizwan Reza2010-06-211-0/+1
* Optimize LookupContextwycats2010-06-041-1/+1
* Reorganize autoloads:Carlhuda2009-12-021-47/+49
* Fix ActionMailer Symbol#to_proc instanceYehuda Katz2009-05-161-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-0/+4
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-0/+48