aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/handlers.rb
Commit message (Expand)AuthorAgeFilesLines
* Reset memoized hash keys when new entry addedChris Kelly2012-02-201-0/+1
* 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