aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base
Commit message (Collapse)AuthorAgeFilesLines
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-0/+23
|
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-073-16/+7
|
* CheckpointYehuda Katz and Carl Lerche2009-03-231-26/+0
|
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-4/+5
|
* Finished implementing layout for render :textCarl Lerche2009-03-232-8/+25
|
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-6/+7
|
* Get very basic layouts working.Yehuda Katz2009-03-192-6/+29
| | | * Required small architecture change
* Started implementing render :actionYehuda Katz2009-03-191-10/+42
|
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-2/+25
| | | | | | | * Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-173-1/+53
|
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-123-0/+94