aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base
Commit message (Collapse)AuthorAgeFilesLines
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-074-7/+66
|
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-18/+1
|
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-10/+8
|
* Merge branch 'abstract_controller' of git@github.com:wycats/rails into ↵Yehuda Katz and Carl Lerche2009-04-062-6/+17
|\ | | | | | | abstract_controller
| * In the middle of some refactoring... some fails due to changes in ↵Yehuda Katz and Carl Lerche2009-03-232-6/+17
| | | | | | | | AbstractController not yet reflected in ActionController tests
* | Changes necessary to run the T::U tests with the rspec runnerYehuda Katz and Carl Lerche2009-04-061-6/+15
|/
* CheckpointYehuda Katz and Carl Lerche2009-03-231-36/+2
|
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-233-109/+234
|
* Adding render :layout testsCarl Lerche2009-03-231-0/+0
|
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-235-75/+132
|
* Finished implementing layout for render :textCarl Lerche2009-03-232-3/+27
|
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-3/+31
|
* Modified the action layout tests to use the new FixtureTemplate classCarl Lerche2009-03-2310-26/+89
|
* Hacked up fixture view paths to simplify tests for a bitYehuda Katz2009-03-201-0/+69
|
* Test controller layoutYehuda Katz2009-03-198-2/+40
|
* Get very basic layouts working.Yehuda Katz2009-03-194-0/+26
| | | * Required small architecture change
* Started implementing render :actionYehuda Katz2009-03-194-53/+147
|
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-183-87/+258
| | | | | | | * 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-171-239/+98
|
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-121-0/+317