Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the class level Rack::Test DSL with the regular integration tests DSL | Pratik Naik | 2009-05-20 | 1 | -49/+31 |
| | |||||
* | Renamed Base2 to Base and don't require old action_controller for new Base | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -3/+3 |
| | |||||
* | Finished implementing render :text in Base2 | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | Renamed the new_base tests | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -22/+21 |
| | |||||
* | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -4/+4 |
| | |||||
* | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 1 | -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 framework | Yehuda Katz | 2009-03-17 | 1 | -239/+98 |
| | |||||
* | Try to build a new AC::Base on top of AbstractController | Yehuda Katz | 2009-03-12 | 1 | -0/+317 |