aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base
Commit message (Expand)AuthorAgeFilesLines
* Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-191-3/+8
* All on one abstract_unitJoshua Peek2009-09-1916-16/+16
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-1318-144/+29
* Don't force test suite to use bundlerJoshua Peek2009-09-131-1/+3
* Get ActionPack's test running on bundled gems. This should make running tests...Yehuda Katz2009-09-121-4/+1
* Add per-controller middlewareYehuda Katz2009-09-121-0/+77
* Test for previous commit (we wrote it first, I swear)Yehuda Katz + Carl Lerche2009-09-031-0/+18
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-1/+1
* ActionPack test helpers need to activate rack gemJoshua Peek2009-09-011-0/+4
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-261-6/+5
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-7/+17
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-0/+45
* Got tests to pass with some more changes.Yehuda Katz2009-08-154-8/+7
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-3/+0
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-1711-19/+19
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-0/+46
* 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
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-232-1/+33
* 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 con...Jeremy Kemper2009-05-211-3/+3
* 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 env["rails....Bryan Helmkamp2009-05-162-5/+7
* 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
* 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 pa...Yehuda Katz + Carl Lerche2009-05-012-6/+60
* Ported over the concept of public instance methods on controller child classe...Yehuda Katz + Carl Lerche2009-05-012-5/+15
* Move ContentType inline for now. Yehuda Katz + Carl Lerche2009-05-011-1/+0
* 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