aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cookies middlewareJoshua Peek2010-01-161-0/+1
|
* Move Flash into middlewareJoshua Peek2010-01-151-0/+2
|
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-1/+1
|
* 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 ↵José Valim2009-12-261-0/+23
| | | | ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-8/+7
| | | | adding any to the load path more than once.
* 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 ↵Joshua Peek2009-10-031-10/+8
| | | | SimpleRouteCase anymore
* 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
| | | | with_routing. This only affects our internal AP tests.
* 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 ↵Yehuda Katz2009-09-121-7/+2
| | | | tests on new machines, as well as CI, work well.
* 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, ↵Bryan Helmkamp2009-08-311-0/+2
| | | | but should fix the build for now
* 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 ↵Joshua Peek2009-08-161-1/+10
| | | | ActionController::Routing::Routes directly
* 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
| | | | it does not need to be an ActionView instance
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-0/+1
| | | | | | - Define to_model on AR - Define to_model on ActiveModel::APICompliant - Update test fixtures to be API Compliant - Start using to_model in AP
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-191-1/+1
|
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-0/+1
|