aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* Make more Template methods public to make ActionMailer tests passCarl Lerche & Yehuda Katz2009-04-161-8/+8
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-143-101/+108
* Move all Templates methods not used by other class into private toCarl Lerche & Yehuda Katz2009-04-141-87/+88
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-132-24/+33
* Working on being able to render :text with layoutsCarl Lerche2009-03-233-1/+17
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-1/+1
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+2
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-14/+42
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-2210-0/+585