rails/actionpack/test/controller
Andrew White 79b38c386a Escape the extension when normalizing the action cache path.
Although no recognized formats use non-ASCII characters, sometimes they
can be included in the :format parameter because of invalid URLS. To
prevent encoding incompatibility errors we need to escape them before
passing the path to URI.unescape.

Closes #4379
2012-05-20 19:07:05 +01:00
..
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
new_base mispelling errors in render_text_test.rb and sqlite_specific_schema 2012-05-12 13:19:28 +02:00
request cleaning up some warnings on 1.9.3 2011-02-07 16:44:27 -08:00
action_pack_assertions_test.rb Improve assert_template layout checking 2012-05-04 23:31:09 +04:00
assert_select_test.rb Remove the leading \n added by textarea on assert_select 2012-03-30 11:40:23 -03:00
base_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
caching_test.rb Escape the extension when normalizing the action cache path. 2012-05-20 19:07:05 +01:00
capture_test.rb Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
content_type_test.rb Remove deprecated default_charset= from AC::Base 2012-01-17 10:04:39 -02:00
default_url_options_with_filter_test.rb it's -> its 2011-12-15 12:57:33 -08:00
filters_test.rb prevent the cache sweeper ignores NoMethodError 2012-03-29 11:09:42 +08:00
flash_hash_test.rb mutations on the underlying hash should also mutate the discard set 2011-12-28 18:33:44 -08:00
flash_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
force_ssl_test.rb Tests :if option of force_ssl method 2012-04-01 09:44:49 +04:00
helper_test.rb Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
http_basic_authentication_test.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
http_digest_authentication_test.rb Should use an argument in http_digest_authentication_test.rb 2012-03-17 20:23:28 +09:00
http_token_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
integration_test.rb Refactor the handling of default_url_options in integration tests 2012-05-10 20:42:57 +01:00
layout_test.rb force response body to be read in assert_template 2012-03-05 22:21:04 +03:00
localized_templates_test.rb Fixed that default locale templates should be used if the current locale template is missing [DHH] 2010-04-08 18:11:26 -07:00
log_subscriber_test.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
mime_responds_test.rb Raise a rescuable exception when Rails doesn't know what to do with the format, rather than responding with a head :not_acceptable (406) 2012-05-06 00:27:45 -05:00
output_escaping_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
params_wrapper_test.rb Show in log correct wrapped keys 2012-05-20 09:33:56 +04:00
record_identifier_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
redirect_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
render_js_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
render_json_test.rb Add changelog entry for jsonp mimetype change, fix failing test 2012-04-29 12:01:05 -03:00
render_other_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
render_test.rb Add failing test re #3436 which demonstrates content_type is not respected when using the :head method/shortcut 2012-05-08 03:11:46 -04:00
render_xml_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
request_forgery_protection_test.rb Cover one more case in auth_token and remote forms 2012-03-28 18:03:16 +02:00
rescue_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
resources_test.rb Raise Assertion instead of RoutingError for routing assertion failures. 2012-05-20 06:21:32 -05:00
routing_test.rb Force given path to http methods in mapper to skip canonical action checking 2012-05-04 15:17:04 -03:00
runner_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
selector_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
send_file_test.rb allow send_file/send_data to skip disposition header, closes #2973 2012-04-30 10:12:55 +03:00
show_exceptions_test.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
sweeper_test.rb Don't ignore call to undefined method in Sweeper 2012-03-06 16:24:04 +00:00
test_case_test.rb Add failing test case for #6053 2012-04-29 20:20:59 +01:00
url_for_integration_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
url_for_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
url_rewriter_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
view_paths_test.rb Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
webservice_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00