aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* Get controller/render_other_test.rb to pass on new base and fixed a bug in ne...Yehuda Katz + Carl Lerche2009-05-221-1/+2
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-222-1/+5
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...Jeremy Kemper2009-05-211-1/+1
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+1
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-215-7/+23
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-1/+6
* Fix ActionMailer Symbol#to_proc instanceYehuda Katz2009-05-161-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Ported ConditionalGet to new BaseYehuda Katz + Carl Lerche2009-05-111-0/+2
* More community code review :)Yehuda Katz2009-05-111-0/+2
* Support implicit and explicit content typesYehuda Katz + Carl Lerche2009-05-011-2/+1
* Fixes ActionMailer to work with the ActionView refactoringYehuda Katz + Carl Lerche2009-04-271-151/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-274-173/+237
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-223-55/+102
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* 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