aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renamed ActionController::AbstractBase to ActionController::HttpYehuda Katz + Carl Lerche2009-05-011-1/+1
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-1/+13
|
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-0/+12
|
* 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-061-3/+9
|\ | | | | | | abstract_controller
| * In the middle of some refactoring... some fails due to changes in ↵Yehuda Katz and Carl Lerche2009-03-231-3/+9
| | | | | | | | 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-231-1/+1
|
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-231-2/+2
|
* Finished implementing layout for render :textCarl Lerche2009-03-231-1/+1
|
* Modified the action layout tests to use the new FixtureTemplate classCarl Lerche2009-03-231-0/+36
|
* Get very basic layouts working.Yehuda Katz2009-03-191-0/+1
| | | * Required small architecture change
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-0/+133
* Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil