aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_xml_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use media_type instead of content_type internallyEugene Kenny2019-08-041-0/+9
* Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-021-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-5/+5
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-7/+7
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+4
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-2/+2
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-3/+2
* 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 test...José Valim2010-04-221-7/+17
* 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 ActionContro...Joshua Peek2009-08-161-6/+8
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-2/+2
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-131-0/+81