rails/actionpack/test/controller
Prem Sichanugrist 6d4aef984c Make Parameters#to_h and #to_unsafe_h return HWIA
This makes these two methods to be more inline with the previous
behavior of Parameters as Parameters used to be inherited from HWIA.

Fixes #21391
2015-12-14 10:28:54 -05:00
..
api Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
controller_fixtures
mime Response when error should be formatted properly in Rails API if local request 2015-12-09 10:53:41 -03:00
new_base Push before_sending to super class 2015-12-06 15:32:40 -05:00
parameters Make Parameters#to_h and #to_unsafe_h return HWIA 2015-12-14 10:28:54 -05:00
request let the superclass build the request and response 2015-07-08 14:15:53 -07:00
action_pack_assertions_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
base_test.rb Push before_sending to super class 2015-12-06 15:32:40 -05:00
caching_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
content_type_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
default_url_options_with_before_action_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
filters_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
flash_hash_test.rb Migrate old flash behaviour 2015-01-30 09:47:03 +11:00
flash_test.rb finish deprecating handling strings and symbols 2015-08-07 15:37:31 -07:00
force_ssl_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
form_builder_test.rb Override default form builder for a controller 2015-04-13 23:43:34 -04:00
helper_test.rb Change AC::TestResponse to AD::TestResponse 2015-07-14 09:27:42 -04:00
http_basic_authentication_test.rb Authorization scheme should be case insensitive. Fixes #21199 2015-08-11 15:59:44 -07:00
http_digest_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
http_token_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
integration_test.rb Suppress warnings (warnings about AD::IntegrationTest HTTP request) 2015-10-22 20:21:25 +09:00
live_stream_test.rb Fix make_response! when called by serve in RouteSet 2015-12-09 08:19:07 -05:00
localized_templates_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
log_subscriber_test.rb tests, test should not care wether 9ms or 11ms have passed. 2015-11-04 16:42:27 -05:00
output_escaping_test.rb remove ancient TODOs [ci skip]. 2013-03-18 16:42:08 +01:00
params_wrapper_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
permitted_params_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
redirect_test.rb Added assertion for error messages for redirection to nil and params 2015-09-21 22:02:03 +05:30
render_js_test.rb Migrating xhr methods to keyword arguments syntax 2015-02-01 16:07:42 +03:00
render_json_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_other_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
render_test.rb Change Integer#year to return a Fixnum instead of a Float to improve consistency 2015-10-22 12:44:03 +02:00
render_xml_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
renderer_test.rb create a new renderer instance on calls to for 2015-09-14 15:58:12 -07:00
request_forgery_protection_test.rb Change the protect_from_forgery prepend default to false 2015-12-07 10:38:26 -05:00
required_params_test.rb revises 877e42e 2015-08-28 17:15:20 +02:00
rescue_test.rb Deprecate exception#original_exception in favor of exception#cause 2015-11-03 06:54:34 -08:00
resources_test.rb Merge pull request #21366 from amitsuroliya/remove_unused_variable 2015-08-25 14:08:17 -03:00
routing_test.rb Remove arity check for RouteSet#draw 2015-11-21 01:12:45 +09:00
runner_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
send_file_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
show_exceptions_test.rb Fix failing tests for #19474 2015-03-23 13:15:59 +00:00
streaming_test.rb remove dead test 2012-07-29 16:00:50 -07:00
test_case_test.rb switch to JSON.dump to avoid infinite recursion 2015-10-29 14:42:52 -07:00
url_for_integration_test.rb Fix route creation when format is a blank string 2015-09-02 09:18:46 -04:00
url_for_test.rb url_for does not modify polymorphic options 2015-09-04 13:42:32 -07:00
url_rewriter_test.rb remove call to build_request 2015-07-08 15:14:41 -07:00
webservice_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00