aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/base_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-68/+0
|
* All on one abstract_unitJoshua Peek2009-09-191-1/+1
|
* Merge abstract_controller/test_helper and new_base/test_helper since they ↵Joshua Peek2009-09-131-2/+2
| | | | are expected to run in the same testing sandbox
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-3/+0
| | | | | | | | | | | * convert_content_type! is handled by assign_default_content_type_and_charset! * set_content_length! should be handled by the endpoint server. Otherwise each middleware that modifies the body has to do the expensive work of recalculating content_length. * convert_language! appears to be legacy. There are no tests for this * convert_cookies! should be handled by the new HeaderHash in Rack * Use an integer for .status's internal representation to avoid needing to do String manipulation just to find out the status
* Replace the class level Rack::Test DSL with the regular integration tests DSLPratik Naik2009-05-201-49/+31
|
* Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-3/+3
|
* Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-1/+1
|
* Renamed the new_base testsYehuda Katz + Carl Lerche2009-05-011-22/+21
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-4/+4
|
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-87/+1
| | | | | | | * 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