Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Renamed the new_base tests | Yehuda Katz + Carl Lerche | 2009-05-01 | 3 | -94/+96 | |
| | ||||||
* | Renamed ActionController::AbstractBase to ActionController::Http | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -16/+16 | |
| | ||||||
* | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 7 | -38/+69 | |
| | ||||||
* | Get Base2 layouts to work :) | Yehuda Katz and Carl Lerche | 2009-04-07 | 4 | -7/+66 | |
| | ||||||
* | Layouts work in AbstractController. Add support for the rspec runner for T::U | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -18/+1 | |
| | ||||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -10/+8 | |
| | ||||||
* | Merge branch 'abstract_controller' of git@github.com:wycats/rails into ↵ | Yehuda Katz and Carl Lerche | 2009-04-06 | 2 | -6/+17 | |
|\ | | | | | | | abstract_controller | |||||
| * | In the middle of some refactoring... some fails due to changes in ↵ | Yehuda Katz and Carl Lerche | 2009-03-23 | 2 | -6/+17 | |
| | | | | | | | | AbstractController not yet reflected in ActionController tests | |||||
* | | Changes necessary to run the T::U tests with the rspec runner | Yehuda Katz and Carl Lerche | 2009-04-06 | 1 | -6/+15 | |
|/ | ||||||
* | Checkpoint | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -36/+2 | |
| | ||||||
* | Add a bunch of tests for various render :action, layout combinations | Yehuda Katz | 2009-03-23 | 3 | -109/+234 | |
| | ||||||
* | Adding render :layout tests | Carl Lerche | 2009-03-23 | 1 | -0/+0 | |
| | ||||||
* | Finished implementing :layout for most of the render options | Carl Lerche | 2009-03-23 | 5 | -75/+132 | |
| | ||||||
* | Finished implementing layout for render :text | Carl Lerche | 2009-03-23 | 2 | -3/+27 | |
| | ||||||
* | Working on being able to render :text with layouts | Carl Lerche | 2009-03-23 | 1 | -3/+31 | |
| | ||||||
* | Modified the action layout tests to use the new FixtureTemplate class | Carl Lerche | 2009-03-23 | 10 | -26/+89 | |
| | ||||||
* | Hacked up fixture view paths to simplify tests for a bit | Yehuda Katz | 2009-03-20 | 1 | -0/+69 | |
| | ||||||
* | Test controller layout | Yehuda Katz | 2009-03-19 | 8 | -2/+40 | |
| | ||||||
* | Get very basic layouts working. | Yehuda Katz | 2009-03-19 | 4 | -0/+26 | |
| | | | * Required small architecture change | |||||
* | Started implementing render :action | Yehuda Katz | 2009-03-19 | 4 | -53/+147 | |
| | ||||||
* | Implemented basic template rendering in AC::Base2: | Yehuda Katz | 2009-03-18 | 3 | -87/+258 | |
| | | | | | | | * 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 | |