aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/content_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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