Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add support for stripping "layouts/" from the layout name | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+3 | |
| | | ||||||
* | | Modify new_base to use String action_names for back-compat | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -6/+6 | |
| | | ||||||
* | | Ported over the concept of public instance methods on controller child ↵ | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -7/+41 | |
| | | | | | | | | classes as callable action methods | |||||
* | | Support implicit render and blank render | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -3/+14 | |
| | | ||||||
* | | Ported over render :template tests | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -3/+1 | |
| | | ||||||
* | | Finished implementing render :text in Base2 | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+13 | |
| | | ||||||
* | | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -2/+5 | |
|/ | ||||||
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 2 | -3/+3 | |
| | | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path | |||||
* | Rack::Utils.body_to_s doesn't exist in 1.0 | Jeremy Kemper | 2009-04-22 | 1 | -1/+13 | |
| | ||||||
* | Reinstate Base#render_to_string. Introduce ↵ | Jeremy Kemper | 2009-04-21 | 1 | -1/+11 | |
| | | | | AbstractController#render_to_string which stringifies render_to_body. | |||||
* | Rename render_to_string to render_to_body since it may return any ↵ | Jeremy Kemper | 2009-04-17 | 1 | -3/+3 | |
| | | | | Rack-compatible body, not just strings | |||||
* | Get Base2 layouts to work :) | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -13/+21 | |
| | ||||||
* | Layouts work in AbstractController. Add support for the rspec runner for T::U | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -6/+18 | |
| | ||||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 5 | -40/+33 | |
| | ||||||
* | In the middle of some refactoring... some fails due to changes in ↵ | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -11/+31 | |
| | | | | AbstractController not yet reflected in ActionController tests | |||||
* | Checkpoint | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -0/+36 | |
| | ||||||
* | 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 | 2 | -20/+34 | |
| | | | * Required small architecture change | |||||
* | 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 | |
| | | | | | | | * 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 | 2 | -1/+14 | |
| | ||||||
* | memoize correctly ;) | Yehuda Katz | 2009-03-03 | 1 | -2/+5 | |
| | ||||||
* | Helpers with an initial test | Yehuda Katz | 2009-03-03 | 2 | -0/+58 | |
| | ||||||
* | Fixes multiple conditions | Yehuda Katz | 2009-02-27 | 1 | -2/+2 | |
| | ||||||
* | Add support for callbacks | Yehuda Katz | 2009-02-27 | 2 | -1/+43 | |
| | ||||||
* | Initial hooks | Yehuda Katz | 2009-02-27 | 1 | -0/+5 | |
| | ||||||
* | AbstractController now supports layouts and rendering | Yehuda Katz | 2009-02-27 | 4 | -10/+42 | |
| | ||||||
* | First, very early, AbstractController code. More to come | Yehuda Katz | 2009-02-24 | 2 | -0/+48 | |