aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_xml_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix render :xml test (ht Simo Niemelä)José Valim2010-04-241-2/+2
|
* Always downstream given options in :json, :xml and :js renderers and add ↵José Valim2010-04-221-7/+17
| | | | tests for it.
* Remove implicit controller namespacing from new dslJoshua Peek2010-02-281-1/+2
|
* Use new routing dsl in testsJoshua Peek2009-12-081-2/+2
|
* Namespace TestControllers inside their test case classJoshua Peek2009-09-191-32/+36
|
* Cleanup route reloading in tests. Prefer with_routing over using ↵Joshua Peek2009-08-161-6/+8
| | | | ActionController::Routing::Routes directly
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for ↵José Valim2009-08-071-2/+2
| | | | destroyed objects and refactor mime responds tests and documentation.
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-131-0/+81