aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller
Commit message (Expand)AuthorAgeFilesLines
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-27/+92
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-074-7/+7
* In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-4/+98
* CheckpointYehuda Katz and Carl Lerche2009-03-232-0/+66
* Finished implementing layout for render :textCarl Lerche2009-03-232-2/+10
* Get very basic layouts working.Yehuda Katz2009-03-191-2/+14
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+70
* Move Abstract stuff to autoloadYehuda Katz2009-03-121-5/+6
* Helpers with an initial testYehuda Katz2009-03-035-41/+64
* Callbacks testYehuda Katz2009-02-271-0/+217
* AbstractController now supports layouts and renderingYehuda Katz2009-02-279-1/+108
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-242-0/+61