aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+1
| | | | | | | | ActionView::Template is now completely independent from template storage, which allows different back ends such as the database. ActionView::Template's only responsibility is to take in the template source (passed in from ActionView::Path), compile it, and render it.
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-2/+2
| | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
* Reinstate Base#render_to_string. Introduce ↵Jeremy Kemper2009-04-211-0/+18
| | | | AbstractController#render_to_string which stringifies render_to_body.
* Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-172-4/+4
| | | | Rack-compatible body, not just strings
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-2/+11
|
* 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 ↵Yehuda Katz and Carl Lerche2009-03-231-4/+98
| | | | AbstractController not yet reflected in ActionController tests
* 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
| | | * Required small architecture change
* 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