Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin... | Jeremy Kemper | 2009-04-21 | 1 | -1/+11 |
* | Rename render_to_string to render_to_body since it may return any Rack-compat... | Jeremy Kemper | 2009-04-17 | 1 | -3/+3 |
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -12/+8 |
* | Finished implementing layout for render :text | Carl Lerche | 2009-03-23 | 1 | -3/+5 |
* | Working on being able to render :text with layouts | Carl Lerche | 2009-03-23 | 1 | -1/+1 |
* | Get very basic layouts working. | Yehuda Katz | 2009-03-19 | 1 | -15/+32 |
* | Started implementing render :action | Yehuda Katz | 2009-03-19 | 1 | -2/+2 |
* | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 1 | -1/+5 |
* | AbstractController now supports layouts and rendering | Yehuda Katz | 2009-02-27 | 1 | -6/+20 |
* | First, very early, AbstractController code. More to come | Yehuda Katz | 2009-02-24 | 1 | -0/+25 |