Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't set Content-Length in Base#response_body= since body may be any ↵ | Jeremy Kemper | 2009-04-17 | 1 | -1/+0 |
| | | | | Rack-compatible body. Leave it up to the content length middleware. | ||||
* | Rename render_to_string to render_to_body since it may return any ↵ | Jeremy Kemper | 2009-04-17 | 3 | -7/+7 |
| | | | | Rack-compatible body, not just strings | ||||
* | Get Base2 layouts to work :) | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -0/+23 |
| | |||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 3 | -16/+7 |
| | |||||
* | Checkpoint | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -26/+0 |
| | |||||
* | Add a bunch of tests for various render :action, layout combinations | Yehuda Katz | 2009-03-23 | 1 | -4/+5 |
| | |||||
* | Finished implementing layout for render :text | Carl Lerche | 2009-03-23 | 2 | -8/+25 |
| | |||||
* | Working on being able to render :text with layouts | Carl Lerche | 2009-03-23 | 1 | -6/+7 |
| | |||||
* | Get very basic layouts working. | Yehuda Katz | 2009-03-19 | 2 | -6/+29 |
| | | | * Required small architecture change | ||||
* | Started implementing render :action | Yehuda Katz | 2009-03-19 | 1 | -10/+42 |
| | |||||
* | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 1 | -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 framework | Yehuda Katz | 2009-03-17 | 3 | -1/+53 |
| | |||||
* | Try to build a new AC::Base on top of AbstractController | Yehuda Katz | 2009-03-12 | 3 | -0/+94 |