aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base
Commit message (Collapse)AuthorAgeFilesLines
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-152-12/+1
|
* Get the new base tests to passYehuda Katz + Carl Lerche2009-06-151-2/+1
|
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-173/+0
|
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-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 Katz2009-05-232-1/+33
| | | | other code
* Restore some missing test constantsJeremy Kemper2009-05-221-0/+8
|
* Add Translation to the new basePratik Naik2009-05-231-0/+3
|
* Add some more tests to the test_new_base_on_old_tests taskPratik Naik2009-05-231-0/+1
|
* Add all the existing helpers related features to the new basePratik Naik2009-05-232-3/+3
|
* Make assertion tests pass with the new basePratik Naik2009-05-221-1/+1
|
* Require ruby-debug from new_base/abstract_unitPratik Naik2009-05-221-0/+7
|
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack ↵Jeremy Kemper2009-05-211-3/+3
| | | | concern.
* Fixed new_base tests on ruby 1.9Yehuda Katz + Carl Lerche2009-05-201-1/+1
|
* Got controller/mime_responds_test.rb running on the new baseYehuda Katz + Carl Lerche2009-05-201-0/+3
|
* Massage setup for old tests on new baseJeremy Kemper2009-05-201-0/+141
|
* Replace the class level Rack::Test DSL with the regular integration tests DSLPratik Naik2009-05-2010-564/+477
|
* Replace ad hoc Rack::Test with ActionController::IntegrationTestPratik Naik2009-05-201-9/+7
|
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-172-5/+5
|
* Instead of checking Rails.env.test? in Failsafe middleware, check ↵Bryan Helmkamp2009-05-162-5/+7
| | | | env["rails.raise_exceptions"]
* Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-146-32/+103
|
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-133-1/+151
|
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+1
|
* Ported fresh_when into a ConditionalGet moduleYehuda Katz + Carl Lerche2009-05-111-0/+47
|
* Implement FooController.action(:name)Yehuda Katz2009-05-021-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 BaseYehuda Katz + Carl Lerche2009-05-017-83/+19
|
* Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-0/+2
|
* Committing the last changes before we start trying to get the old tests to ↵Yehuda Katz + Carl Lerche2009-05-012-6/+60
| | | | pass on the new base
* Ported over the concept of public instance methods on controller child ↵Yehuda Katz + Carl Lerche2009-05-012-5/+15
| | | | classes as callable action methods
* Move ContentType inline for now. Yehuda Katz + Carl Lerche2009-05-011-1/+0
| | | | Trying to avoid premature proliferation of modules.
* Support implicit and explicit content typesYehuda Katz + Carl Lerche2009-05-012-0/+112
|
* Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-013-16/+54
|
* Ported over render :template testsYehuda Katz + Carl Lerche2009-05-012-1/+19
|
* Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-012-1/+21
|
* Renamed the new_base testsYehuda Katz + Carl Lerche2009-05-013-94/+96
|
* Renamed ActionController::AbstractBase to ActionController::HttpYehuda Katz + Carl Lerche2009-05-012-16/+16
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-017-38/+69
|
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-074-7/+66
|
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-18/+1
|
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-10/+8
|
* Merge branch 'abstract_controller' of git@github.com:wycats/rails into ↵Yehuda Katz and Carl Lerche2009-04-062-6/+17
|\ | | | | | | abstract_controller
| * In the middle of some refactoring... some fails due to changes in ↵Yehuda Katz and Carl Lerche2009-03-232-6/+17
| | | | | | | | AbstractController not yet reflected in ActionController tests
* | Changes necessary to run the T::U tests with the rspec runnerYehuda Katz and Carl Lerche2009-04-061-6/+15
|/
* CheckpointYehuda Katz and Carl Lerche2009-03-231-36/+2
|
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-233-109/+234
|
* Adding render :layout testsCarl Lerche2009-03-231-0/+0
|
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-235-75/+132
|
* Finished implementing layout for render :textCarl Lerche2009-03-232-3/+27
|
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-3/+31
|
* Modified the action layout tests to use the new FixtureTemplate classCarl Lerche2009-03-2310-26/+89
|
* Hacked up fixture view paths to simplify tests for a bitYehuda Katz2009-03-201-0/+69
|