aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/content_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-2/+2
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-2/+2
* stop calling deprecated methodsAaron Patterson2015-09-211-2/+2
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-9/+9
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-2/+2
* 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
* removes the RJS template handlerXavier Noria2011-04-131-8/+1
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-051-3/+9
* Added test get to js should have a header with content-type text/javascriptSantiago Pastorino2010-04-161-1/+8
* Tidy up a bit this test fileSantiago Pastorino2010-04-161-7/+2
* Revert "Add test case which check content type when rendering rjs" partial in...Santiago Pastorino2010-04-161-9/+1
* Add test case which check content type when rendering rjs partial in html tem...Stanko Alexander2010-04-131-1/+9
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-031-3/+3
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-0/+111