aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/content_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-14/+14
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-22/+22
* stop calling deprecated methodsAaron Patterson2015-09-211-22/+22
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-13/+13
* Add with_default_charset helper.Zuhao Wan2014-05-281-12/+20
* Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-4/+4
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-2/+0
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* add missing ensureNeeraj Singh2011-06-101-0/+1
* removes the RJS template handlerXavier Noria2011-04-131-9/+0
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-101-12/+12
* ActionController::Base.use_accept_header is not actually used anymore, so let...Carl Lerche2010-03-031-12/+0
* Avoid conflicts with another ContentTypeController used in testingJoshua Peek2009-09-191-8/+7
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-2/+2
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-211-1/+2
* Support implicit and explicit content typesYehuda Katz + Carl Lerche2009-05-011-0/+10
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+3
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-091-6/+3
* Move default content type and charset from Base to Response. Handle charset =...Jeremy Kemper2008-08-211-0/+20
* Update tests for request memoizationJeremy Kemper2008-08-081-4/+4
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-2/+0
* Fix teardown method name typoJeremy Kemper2008-07-091-1/+1
* Disable the Accept header by defaultMichael Koziarski2008-07-071-0/+14
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-12/+12
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-1/+1
* test default content type for implicit rjs template renderRick Olson2006-09-181-0/+9
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-171-0/+31
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-0/+99