Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -3/+10 |
| | | | | | | | * Tests can be run in isolation * Dependencies added * A few tests modified to avoid depending on AS deps not depended on my files they were testing | ||||
* | Slightly modify things to get content type matching working without breaking ↵ | Yehuda Katz | 2009-05-23 | 2 | -1/+33 |
| | | | | other code | ||||
* | Restore some missing test constants | Jeremy Kemper | 2009-05-22 | 1 | -0/+8 |
| | |||||
* | Add Translation to the new base | Pratik Naik | 2009-05-23 | 1 | -0/+3 |
| | |||||
* | Add some more tests to the test_new_base_on_old_tests task | Pratik Naik | 2009-05-23 | 1 | -0/+1 |
| | |||||
* | Add all the existing helpers related features to the new base | Pratik Naik | 2009-05-23 | 2 | -3/+3 |
| | |||||
* | Make assertion tests pass with the new base | Pratik Naik | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | Require ruby-debug from new_base/abstract_unit | Pratik Naik | 2009-05-22 | 1 | -0/+7 |
| | |||||
* | Move Safari response-padding fix to Rails2Compatibility. Should be a Rack ↵ | Jeremy Kemper | 2009-05-21 | 1 | -3/+3 |
| | | | | concern. | ||||
* | Fixed new_base tests on ruby 1.9 | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | Got controller/mime_responds_test.rb running on the new base | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -0/+3 |
| | |||||
* | Massage setup for old tests on new base | Jeremy Kemper | 2009-05-20 | 1 | -0/+141 |
| | |||||
* | Replace the class level Rack::Test DSL with the regular integration tests DSL | Pratik Naik | 2009-05-20 | 10 | -564/+477 |
| | |||||
* | Replace ad hoc Rack::Test with ActionController::IntegrationTest | Pratik Naik | 2009-05-20 | 1 | -9/+7 |
| | |||||
* | Merge Failsafe middleware into ShowExceptions | Joshua Peek | 2009-05-17 | 2 | -5/+5 |
| | |||||
* | Instead of checking Rails.env.test? in Failsafe middleware, check ↵ | Bryan Helmkamp | 2009-05-16 | 2 | -5/+7 |
| | | | | env["rails.raise_exceptions"] | ||||
* | Cleaning up more render tests | Yehuda Katz + Carl Lerche | 2009-05-14 | 6 | -32/+103 |
| | |||||
* | Ported over render :file tests. | Yehuda Katz + Carl Lerche | 2009-05-13 | 3 | -1/+151 |
| | |||||
* | Implemented redirects and partial rendering in new base. | Yehuda Katz + Carl Lerche | 2009-05-12 | 1 | -0/+1 |
| | |||||
* | Ported fresh_when into a ConditionalGet module | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -0/+47 |
| | |||||
* | Implement FooController.action(:name) | Yehuda Katz | 2009-05-02 | 1 | -1/+1 |
| | | | | | | * Rails actions are now Rack endpoints, and can be retrieved via FooController.action(name) and called with an env * Updated some tests that relied on the old internal #process/#call implementation | ||||
* | Renamed Base2 to Base and don't require old action_controller for new Base | Yehuda Katz + Carl Lerche | 2009-05-01 | 7 | -83/+19 |
| | |||||
* | Starting to get new_base to run on old tests | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+2 |
| | |||||
* | Committing the last changes before we start trying to get the old tests to ↵ | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -6/+60 |
| | | | | pass on the new base | ||||
* | Ported over the concept of public instance methods on controller child ↵ | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -5/+15 |
| | | | | classes as callable action methods | ||||
* | Move ContentType inline for now. | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -1/+0 |
| | | | | Trying to avoid premature proliferation of modules. | ||||
* | Support implicit and explicit content types | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -0/+112 |
| | |||||
* | Support implicit render and blank render | Yehuda Katz + Carl Lerche | 2009-05-01 | 3 | -16/+54 |
| | |||||
* | Ported over render :template tests | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -1/+19 |
| | |||||
* | Finished implementing render :text in Base2 | Yehuda Katz + Carl Lerche | 2009-05-01 | 2 | -1/+21 |
| | |||||
* | 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 |
| |