aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-26/+0
* Trash string coercion rack hacksJoshua Peek2010-01-041-1/+0
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Autoload AC and AV test case classesJoshua Peek2010-01-041-1/+0
* Use namespaces in notifications.José Valim2010-01-031-1/+4
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-0/+23
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-8/+7
* TestProcess belongs in ADJoshua Peek2009-12-121-1/+1
* Use new routing dsl in testsJoshua Peek2009-12-081-1/+1
* Find all controllers in memory to use for routingJoshua Peek2009-11-231-12/+0
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Remove preflight lib check during AP tests. Bundler resolves this issueJoshua Peek2009-11-091-6/+0
* Don't warn me if I'm not using bundler to run testsJoshua Peek2009-11-091-1/+0
* Remark when bundled env require failsJeremy Kemper2009-11-091-0/+1
* Extract routing controller stub helper into abstract unitJoshua Peek2009-10-271-0/+20
* Always add actionpack/lib to load path for isolated testsJoshua Peek2009-10-211-1/+1
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-8/+7
* Work around apparent bug in 1.9Yehuda Katz2009-10-151-2/+2
* Don't push siblings on load path if using bundled envJeremy Kemper2009-10-141-5/+8
* Coerce all out going body parts to StringsJoshua Peek2009-10-051-0/+1
* Only draw default route onceJoshua Peek2009-10-031-22/+37
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-031-10/+8
* Changing directories during the test breaks file loading when ran by itselfJoshua Peek2009-10-031-0/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-6/+27
* Allow setting a default application for all integration testsJoshua Peek2009-09-261-5/+7
* Move default middleware stack into initializerJoshua Peek2009-09-261-6/+7
* AC::Dispatcher is the default app, don't need to set itJoshua Peek2009-09-261-4/+0
* Move integration test runner into ActionDispatchJoshua Peek2009-09-231-2/+0
* Merge bundler helper into abstract_unitJoshua Peek2009-09-191-2/+8
* All on one base, don't need thisJoshua Peek2009-09-191-3/+0
* All on one abstract_unitJoshua Peek2009-09-191-4/+72
* There is only one base nowJoshua Peek2009-09-191-1/+0
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* AP tests: detect missing dependencies and automatically run bundlerJoshua Peek2009-09-131-2/+2
* Don't force test suite to use bundlerJoshua Peek2009-09-131-1/+5
* Get ActionPack's test running on bundled gems. This should make running tests...Yehuda Katz2009-09-121-7/+2
* ActionPack test helpers need to activate rack gemJoshua Peek2009-09-011-3/+4
* Activate rack-test gem before it's required. This shouldn't be necessary, but...Bryan Helmkamp2009-08-311-0/+2
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-0/+12
* k, thats really slow, lets notJoshua Peek2009-08-161-8/+0
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-1/+10
* Use safe tmp dirJoshua Peek2009-08-131-0/+2
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-1/+0
* Replace _action_view with view_context to reflect that it is public and that ...Yehuda Katz2009-08-061-1/+1
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-0/+1
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-191-1/+1
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-0/+1
* Remove exceptions from AbstractUnit so they work in real lifeYehuda Katz + Carl Lerche2009-06-161-58/+1
* Get the AR integration tests to passYehuda Katz + Carl Lerche2009-06-151-3/+4
* Fix the fixture pathYehuda Katz + Carl Lerche2009-06-151-1/+1